Align indentation.

This commit is contained in:
awalsh128 2021-10-16 22:41:42 -07:00
parent 40818dacf6
commit 412b31cb70

View file

@ -13,7 +13,7 @@ if [ $? -eq 0 ]; then
echo "aborted." echo "aborted."
echo "* Version value '$version' cannot contain spaces." >&2 echo "* Version value '$version' cannot contain spaces." >&2
exit 1 exit 1
fi fi
if [ "$packages" == "" ]; then if [ "$packages" == "" ]; then
echo "aborted." echo "aborted."