Merge pull request #23649 from pwright/patch-1

typo
This commit is contained in:
openshift-merge-bot[bot]
2024-09-12 14:53:13 +00:00
committed by GitHub

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 as a script\n")
os.Exit(1)
}