bin/asciibinder in ascii_binder-0.2.2 vs bin/asciibinder in ascii_binder-0.2.3

- old
+ new

@@ -298,10 +298,10 @@ Trollop::die "The distro map in the newly cloned repo is invalid, with the following errors:\n#{error_info}" end Dir.chdir(docs_basedir) puts "Tracking branch setup:" cloned_map.distro_branches.each do |doc_branch| - next if doc_branch == 'master' + next if doc_branch == 'main' puts "- #{doc_branch}" system("git branch #{doc_branch} origin/#{doc_branch}") end else puts "- Skipping tracking branch setup"