Skip to content

Commit ff468ce

Browse files
committed
Fix message number for online deploy app
1 parent d57a636 commit ff468ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/python/wlsdeploy/util/wlst_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ def deploy_application(application_name, *args, **kwargs):
837837
try:
838838
result = wlst.deploy(application_name, *args, **kwargs)
839839
except wlst.WLSTException, e:
840-
pwe = exception_helper.create_pywlst_exception('WLSDPLY-00068', application_name, args, kwargs,
840+
pwe = exception_helper.create_pywlst_exception('WLSDPLY-00058', application_name, args, kwargs,
841841
_format_exception(e), error=e)
842842
_logger.throwing(class_name=_class_name, method_name=_method_name, error=pwe)
843843
raise pwe

0 commit comments

Comments
 (0)