fix: add newline for confirmation

This commit is contained in:
Price Hiller 2022-07-30 05:35:29 -05:00
parent 8e79c9fb2d
commit 5db8ae3fef

View File

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