From 2e2a8cf451fdefa91e6b4523f650b986d53a4d33 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Tue, 11 Oct 2022 20:30:58 -0500 Subject: [PATCH] Fix update flag bug --- build_revanced.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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