Skip to content

Commit ff8862c

Browse files
trigger travis build
1 parent 7ac33d4 commit ff8862c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commands/action.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ func updateWebSecureAnnotation(websecure string, annotations whisk.KeyValueArr,
876876
userProvidedSecret := annotations.GetValue(WEB_SECURE_ANNOT)
877877
//There is no existing action. So we create require-whisk-auth value based on user input.
878878
if existingAction == nil {
879-
whisk.Debug(whisk.DbgInfo, "Creating secure secret for user based on their input.\n")
879+
whisk.Debug(whisk.DbgInfo, "Creating secure secret for user based on their input\n")
880880
//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)

0 commit comments

Comments
 (0)