Skip to content

Commit d0a2de5

Browse files
committed
fix upgrade.sh
1 parent 2c127c4 commit d0a2de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mytonctrl/scripts/upgrade.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ ls -A1 | xargs rm -rf
6666
# Update code
6767
echo "https://github.com/${author}/${repo}.git -> ${branch}"
6868
git clone --recursive https://github.com/${author}/${repo}.git .
69-
cd ${repo} && git checkout ${branch}
69+
git checkout ${branch}
7070
export CC=/usr/bin/clang
7171
export CXX=/usr/bin/clang++
7272
export CCACHE_DISABLE=1

0 commit comments

Comments
 (0)