From 089d2513d87ec749fea462a4a070c2ccaf55266f Mon Sep 17 00:00:00 2001 From: Paul Wright <5154224+pwright@users.noreply.github.com> Date: Fri, 16 Aug 2024 16:13:05 +0100 Subject: [PATCH 1/2] typo Signed-off-by: Paul Wright --- cmd/podman-mac-helper/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/podman-mac-helper/main.go b/cmd/podman-mac-helper/main.go index 41b960e45a..91a789fca4 100644 --- a/cmd/podman-mac-helper/main.go +++ b/cmd/podman-mac-helper/main.go @@ -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 osascript\n") os.Exit(1) } From ac4a31cc4a8baba35186aa0e80fb576cafa40b76 Mon Sep 17 00:00:00 2001 From: Paul Wright Date: Thu, 12 Sep 2024 14:57:14 +0100 Subject: [PATCH 2/2] rewrite typo osascript Signed-off-by: Paul Wright --- cmd/podman-mac-helper/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/podman-mac-helper/main.go b/cmd/podman-mac-helper/main.go index 91a789fca4..cb77393f3b 100644 --- a/cmd/podman-mac-helper/main.go +++ b/cmd/podman-mac-helper/main.go @@ -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) }