bugfix - Failed to create new rules via Holmes GUI
[holmes/rule-management.git] / rulemgt-standalone / src / main / assembly / bin / run.bat
index 6553c82..1ea81ab 100644 (file)
@@ -30,7 +30,7 @@ set class_path=%main_path%;%main_path%holmes-rulemgt.jar
 echo ### jvm_opts: %jvm_opts%\r
 echo ### class_path: %class_path%\r
 \r
-%JAVA% -classpath %class_path% %jvm_opts% org.openo.holmes.rulemgt.RuleActiveApp server %main_path%conf/rulemgt.yml\r
+%JAVA% -classpath %class_path% %jvm_opts% org.onap.holmes.rulemgt.RuleActiveApp server %main_path%conf/rulemgt.yml\r
 \r
 IF ERRORLEVEL 1 goto showerror\r
 exit\r