Skip to content

Commit 9bfaffd

Browse files
committed
Fix formatting in sudoers rule installation message output
1 parent 8b6dbb6 commit 9bfaffd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/setup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You MUST run this command with sudo:
4040
}
4141

4242
logging.Info("Successfully installed sudoers rule for user %s at %s", targetUser, filePath)
43-
pterm.Print("Successfully installed sudoers rule for user %s at %s\n", targetUser, filePath)
43+
pterm.Printf("Successfully installed sudoers rule for user %s at %s\n", targetUser, filePath)
4444
},
4545
}
4646

0 commit comments

Comments
 (0)