mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 18:25:21 +00:00
add version parameter to windows script
This commit is contained in:
parent
db654af216
commit
0e0118bd59
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ if [ -d "electrum-git" ]; then
|
|||
echo "Pull"
|
||||
cd electrum-git
|
||||
git pull
|
||||
git checkout $1
|
||||
cd ..
|
||||
else
|
||||
# GIT repository not found, clone it
|
||||
|
|
Loading…
Add table
Reference in a new issue