mdeuser commented on a change in pull request #2366: Preserve Annotations for 
Action Web Flag
URL: 
https://github.com/apache/incubator-openwhisk/pull/2366#discussion_r122031573
 
 

 ##########
 File path: tools/cli/go-whisk-cli/commands/action.go
 ##########
 @@ -97,7 +97,7 @@ var actionUpdateCmd = &cobra.Command{
                 return whiskErr
         }
 
-        if action, err = parseAction(cmd, args, false); err != nil {
+        if action, err = parseAction(cmd, args, true); err != nil {
 
 Review comment:
   how about defining a const with nice names for true/false
 
----------------------------------------------------------------
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

Reply via email to