Skip to content

Commit 371e1a7

Browse files
committed
change branch names
1 parent f50f6af commit 371e1a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mytonctrl/migrations/roll_back_001.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pip3 uninstall -y mytonctrl
22

33
cd /usr/src
44
rm -rf mytonctrl
5-
git clone --recursive https://github.com/ton-blockchain/mytonctrl
5+
git clone --recursive -b mytonctrl1 https://github.com/ton-blockchain/mytonctrl
66

77
echo "Updating /usr/bin/mytonctrl"
88
echo "/usr/bin/python3 /usr/src/mytonctrl/mytonctrl.py $@" > /usr/bin/mytonctrl

mytonctrl/mytonctrl.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ def check_branch_exists(author, repo, branch):
344344

345345
def Update(local, args):
346346
repo = "mytonctrl"
347-
author, repo, branch = check_git(args, repo, "update", default_branch='mytonctrl2')
347+
author, repo, branch = check_git(args, repo, "update")
348348

349349
# Run script
350350
update_script_path = pkg_resources.resource_filename('mytonctrl', 'scripts/update.sh')

0 commit comments

Comments
 (0)