fix parameter

This commit is contained in:
gb 2023-07-19 10:29:20 +08:00
parent bc64c314e8
commit 753b074ede
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
git checkout $1
git pull origin $1
git checkout ${1}
git pull origin ${1}