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] 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) }