mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
Misc
This commit is contained in:
parent
f45717cb1a
commit
c73536733a
1 changed files with 1 additions and 1 deletions
2
cc.sh
2
cc.sh
|
@ -45,7 +45,7 @@ fi
|
|||
dotnet --info
|
||||
|
||||
if [[ "$PULL" -eq 1 && -d ".git" ]] && hash git 2>/dev/null; then
|
||||
git pull --recurse-submodules || true
|
||||
git pull --recurse-submodules=on-demand || true
|
||||
fi
|
||||
|
||||
if [[ ! -f "$SOLUTION" ]]; then
|
||||
|
|
Loading…
Reference in a new issue