Skip to content

Commit

Permalink
Merge pull request #23649 from pwright/patch-1
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
openshift-merge-bot[bot] authored Sep 12, 2024
2 parents 7764bea + ac4a31c commit 40ca230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/podman-mac-helper/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ var rootCmd = &cobra.Command{

func main() {
if os.Geteuid() != 0 {
fmt.Printf("This command must be ran as root via sudo or osascript\n")
fmt.Printf("This command must be run as root via sudo or as a script\n")
os.Exit(1)
}

Expand Down

1 comment on commit 40ca230

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

podman-next COPR build failed. @containers/packit-build please check.

Please sign in to comment.