Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit 0a69cfd

Browse files
Update pkg/cli/update.go
Co-authored-by: Tyler Slaton <54378333+tylerslaton@users.noreply.github.com> Signed-off-by: Craig Jellick <craig.jellick@gmail.com>
1 parent c3b7839 commit 0a69cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cli/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func (s *Update) Run(cmd *cobra.Command, args []string) error {
6262

6363
if s.Pull || image == app.Spec.Image {
6464
if s.Pull && image != "" && image != app.Spec.Image {
65-
return fmt.Errorf("cannot change image (%v) and speficy --pull at the same time", image)
65+
return fmt.Errorf("cannot change image (%v) and specify --pull at the same time", image)
6666
}
6767

6868
err := c.AppPullImage(cmd.Context(), name)

0 commit comments

Comments
 (0)