Signed-off-by: Paul Wright <pwright@redhat.com>
This commit is contained in:
Paul Wright 2024-08-16 16:13:05 +01:00 committed by Paul Wright
parent 7764bea981
commit 089d2513d8
1 changed files with 1 additions and 1 deletions

View File

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