Skip to content

Commit

Permalink
rewrite typo osascript
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Wright <[email protected]>
  • Loading branch information
pwright committed Sep 12, 2024
1 parent 089d251 commit ac4a31c
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 run 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

0 comments on commit ac4a31c

Please sign in to comment.