Remove double dash from suffix

pull/813/head
Morgan Pretty 11 months ago
parent ae0597a50f
commit 0ac7f7b339

@ -23,10 +23,10 @@ sim_path="build/Session_sim.xcarchive/Products/Applications/Session.app"
# Validate the paths exist
if [ -d $prod_path ]; then
suffix="-store"
suffix="store"
target_path=$prod_path
elif [ -d $sim_path ]; then
suffix="-sim"
suffix="sim"
target_path=$sim_path
else
echo -e "\n\n\n\e[31;1mExpected a file to upload, found none\e[0m" >&2

Loading…
Cancel
Save