Fix update flag bug

This commit is contained in:
Sayantan Santra 2022-10-11 20:30:58 -05:00
parent 62da941cbe
commit 2e2a8cf451

View file

@ -97,7 +97,7 @@ for artifact in "${!artifacts[@]}"; do
done done
# Exit if no updates happened # Exit if no updates happened
if [[ $flag==false && "$2" != "force" ]]; then if [[ $flag == false && "$2" != "force" ]]; then
echo "Nothing to update" | tee -a build.log echo "Nothing to update" | tee -a build.log
exit exit
fi fi