rewrite typo osascript

Signed-off-by: Paul Wright <pwright@redhat.com>
This commit is contained in:
Paul Wright
2024-09-12 14:57:14 +01:00
parent 089d2513d8
commit ac4a31cc4a

View File

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