Skip to content

Commit b0de77e

Browse files
author
Josh Newman
committed
ref(put): simplify string
1 parent 0d0dd6b commit b0de77e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/put.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func runPutCmdContext(cmd *cobra.Command, args []string, ctx string) {
4646
client := ssm.NewFromConfig(awsConfig)
4747

4848
ctxMessage := fmt.Sprintf("context = /%s", ctx)
49-
kvMessage := fmt.Sprintf("enter key/value pairs to put in the format of \"key value\".")
49+
kvMessage := "enter key/value pairs to put in the format of \"key value\"."
5050

5151
fmt.Printf("%v\n", text.FgYellow.Sprint(ctxMessage))
5252
fmt.Printf("%v\n", text.FgYellow.Sprintf("overwrite = %v", overwrite))

0 commit comments

Comments
 (0)