Skip to content

Commit

Permalink
maybe no quotes is better
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed Jan 26, 2024
1 parent 504c5f1 commit f0ce743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/imagerunner/stop.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func StopCommand() *cobra.Command {
return fmt.Errorf("failed to stop the container: %v", err)
}

fmt.Printf("Stopping container %q...\n", ID)
fmt.Printf("Stopping container %s...\n", ID)
return nil
},
}
Expand Down

0 comments on commit f0ce743

Please sign in to comment.