This is an automated email from the ASF dual-hosted git repository. csantanapr pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-cli.git
commit 479b8ee068b58c311200c320caf2b4d33b8b2330 Author: Adnan Baruni <[email protected]> AuthorDate: Fri Nov 17 20:30:56 2017 -0600 fix flags.common.param --- commands/trigger.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/trigger.go b/commands/trigger.go index d473f54..9f1889c 100644 --- a/commands/trigger.go +++ b/commands/trigger.go @@ -289,7 +289,7 @@ var triggerUpdateCmd = &cobra.Command{ // Invoke the specified feed action to configure the trigger feed err = configureFeed(qualifiedName.GetEntityName(), fullFeedName) if err != nil { - whisk.Debug(whisk.DbgError, "configureFeed(%s, %s) failed: %s\n", qualifiedName.GetEntityName(), flags.common.feed, + whisk.Debug(whisk.DbgError, "configureFeed(%s, %s) failed: %s\n", qualifiedName.GetEntityName(), Flags.common.feed, err) errStr := wski18n.T("Unable to create trigger '{{.name}}': {{.err}}", map[string]interface{}{"name": qualifiedName.GetEntityName(), "err": err}) -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
