Skip to content

Commit 1de1d9c

Browse files
travis
1 parent 2cbc2fa commit 1de1d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/action.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ func updateWebSecureAnnotation(websecure string, annotations whisk.KeyValueArr,
877877
//There is no existing action. So we create require-whisk-auth value based on user input.
878878
if existingAction == nil {
879879
whisk.Debug(whisk.DbgInfo, "Creating secure secret for user based on their input\n")
880-
//Users indicated secret value on command line
880+
//Users indicated secret value on command line.
881881
if userProvidedSecret != nil {
882882
whisk.Debug(whisk.DbgInfo, "Setting %v annotation; new secret %v\n", WEB_SECURE_ANNOT, userProvidedSecret)
883883
annotations = annotations.AddOrReplace(&whisk.KeyValue{Key: WEB_SECURE_ANNOT, Value: getNewSecret(userProvidedSecret)})

0 commit comments

Comments
 (0)