From 1b737a4918bc6bd5bad3d0057eddcb71fded45be Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Fri, 14 Oct 2022 01:15:45 -0500 Subject: [PATCH] Typo --- build_revanced.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_revanced.sh b/build_revanced.sh index 312568a..459ea95 100755 --- a/build_revanced.sh +++ b/build_revanced.sh @@ -91,7 +91,7 @@ check_flag=false # Get inside the working directory cd "$WDIR" -echo "$(date) | Statring check..." | tee -a build.log +echo "$(date) | Starting check..." | tee -a build.log # Fetch all the dependencies curl -X 'GET' 'https://releases.rvcd.win/tools' -H 'accept: application/json' | sed 's:\\\/:\/:g' > latest_versions.json