Fixed a typo in the upload script

This commit is contained in:
Morgan Pretty 2023-08-01 16:21:02 +10:00
parent 2f05f3f3a2
commit 635a5182bc
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ mkdir -p build
if [ ! -d $prod_path ]; then
cp -av $prod_path "$base"
else if [ ! -d $sim_path ]; then
elif [ ! -d $sim_path ]; then
cp -av $sim_path "$base"
else
echo -e "\n\n\n\e[31;1mExpected a file to upload, found none\e[0m" >&2