fix prompt spacing

This commit is contained in:
ida schmidt 2023-06-30 15:51:10 -07:00
parent bcf0e5cf5c
commit 1d7320a617

View file

@ -97,6 +97,6 @@ case $1 in # this parses the first argument (and actually calls our main functio
panarea;;
*)
read -p "Diameter of pan (in inches): " DIAM
read -p "Flour per square inch[2.122]: " FSI
read -p "Flour per square inch [2.122]: " FSI
panarea;;
esac