Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
steven0711dong committed Apr 8, 2020
1 parent 2cbc2fa commit 1de1d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/action.go
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ func updateWebSecureAnnotation(websecure string, annotations whisk.KeyValueArr,
//There is no existing action. So we create require-whisk-auth value based on user input.
if existingAction == nil {
whisk.Debug(whisk.DbgInfo, "Creating secure secret for user based on their input\n")
//Users indicated secret value on command line
//Users indicated secret value on command line.
if userProvidedSecret != nil {
whisk.Debug(whisk.DbgInfo, "Setting %v annotation; new secret %v\n", WEB_SECURE_ANNOT, userProvidedSecret)
annotations = annotations.AddOrReplace(&whisk.KeyValue{Key: WEB_SECURE_ANNOT, Value: getNewSecret(userProvidedSecret)})
Expand Down

0 comments on commit 1de1d9c

Please sign in to comment.