Skip to content

Commit 506c4cc

Browse files
committed
change default branch
1 parent 8951d92 commit 506c4cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mytonctrl/mytonctrl.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,8 @@ def check_git(input_args, default_repo, text):
264264
git_path = f"{src_dir}/{default_repo}"
265265
fix_git_config(git_path)
266266
default_author = "ton-blockchain"
267-
default_branch = "master"
267+
# default_branch = "master"
268+
default_branch = "mytonctrl2"
268269

269270
# Get author, repo, branch
270271
local_author, local_repo = get_git_author_and_repo(git_path)

0 commit comments

Comments
 (0)