Skip to content

Commit 00b0659

Browse files
Update cmd/create.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 31bee37 commit 00b0659

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func init() {
6868
value := parts[1]
6969
requestBody.Secrets[key] = value
7070
} else {
71-
fmt.Printf("Error: Invalid environment variable format (%s). Must be in the form 'key=value'\n", pair)
71+
fmt.Printf("Error: Invalid secret format (%s). Must be in the form 'key=value'\n", pair)
7272
return
7373
}
7474
}

0 commit comments

Comments
 (0)