Fix indentation.

This commit is contained in:
luckytyphlosion 2022-01-03 11:22:32 -05:00
parent de7ccf2a43
commit 1fcda818cb

View File

@ -17,5 +17,5 @@ if [ "$1" != "" ]; then
echo "Target directory does not exist. Did you mean to do \"./install.sh ../$1\"?"
fi
else
echo "Usage: install.sh PATH"
echo "Usage: install.sh PATH"
fi