mirror of
https://github.com/SinTan1729/ReVancedBuilder.git
synced 2024-12-26 12:48:36 -06:00
Typo
This commit is contained in:
parent
e129f944df
commit
1b737a4918
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ check_flag=false
|
||||||
|
|
||||||
# Get inside the working directory
|
# Get inside the working directory
|
||||||
cd "$WDIR"
|
cd "$WDIR"
|
||||||
echo "$(date) | Statring check..." | tee -a build.log
|
echo "$(date) | Starting check..." | tee -a build.log
|
||||||
|
|
||||||
# Fetch all the dependencies
|
# Fetch all the dependencies
|
||||||
curl -X 'GET' 'https://releases.rvcd.win/tools' -H 'accept: application/json' | sed 's:\\\/:\/:g' > latest_versions.json
|
curl -X 'GET' 'https://releases.rvcd.win/tools' -H 'accept: application/json' | sed 's:\\\/:\/:g' > latest_versions.json
|
||||||
|
|
Loading…
Reference in a new issue