mdeuser commented on a change in pull request #2475: Fix error string replicate
issue.
URL:
https://github.com/apache/incubator-openwhisk/pull/2475#discussion_r127440172
##########
File path: tools/cli/go-whisk/whisk/wskerror.go
##########
@@ -34,6 +34,7 @@ const NO_DISPLAY_PREFIX bool = false
const APPLICATION_ERR bool = true
const NO_APPLICATION_ERR bool = false
const TIMED_OUT bool = true
+const UNABLE_CREATE_ACTION_ERR string = "Unable to create action '{{.name}}':
{{.err}}"
Review comment:
this change does not seem related to the rest of the commit changes. this
is probably best moved into another pr focusing on using constants as labels
for all pii strings
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services