diff --git a/build_revanced.sh b/build_revanced.sh index 8d3b55c..95dbd87 100755 --- a/build_revanced.sh +++ b/build_revanced.sh @@ -97,7 +97,7 @@ for artifact in "${!artifacts[@]}"; do done # 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 exit fi