From 5590123b6e2da6944618caa0cb8a7a20ff07e2f2 Mon Sep 17 00:00:00 2001 From: steven0711dong <53186782+steven0711dong@users.noreply.github.com> Date: Wed, 5 Feb 2020 14:56:52 -0500 Subject: [PATCH] udpate --- commands/action.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/action.go b/commands/action.go index 35adb33dc..c44a199fd 100644 --- a/commands/action.go +++ b/commands/action.go @@ -500,7 +500,7 @@ func augmentAction(cmd *cobra.Command, args []string, action *whisk.Action, upda } } - // Augment the action's annotations with the --web related annotations + // Augment the action's annotations with the --web related annotations.... if augmentedAction, err = augmentWebArg(cmd, args, action, augmentedAction, existingAction); err != nil { return nil, err }