Skip to content

Commit 03c222b

Browse files
authored
Merge pull request #317 from yungwine/mytonctrl2_dev
change branch names
2 parents b40c9c7 + 371e1a7 commit 03c222b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mytonctrl/migrations/roll_back_001.sh

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)