diff --git a/Misc/Arch-LuksCrypt-Install.bash b/Misc/Arch-LuksCrypt-Install.bash index d1496ba..59c4f6d 100644 --- a/Misc/Arch-LuksCrypt-Install.bash +++ b/Misc/Arch-LuksCrypt-Install.bash @@ -18,7 +18,7 @@ confirmation() { n | N) return 1 ;; - *) printf "\nInput must be either y, Y, n, or N" ;; + *) printf "\nInput must be either y, Y, n, or N\n" ;; esac done }