scrolls/github.rb in appscrolls-0.8.3 vs scrolls/github.rb in appscrolls-0.8.4

- old
+ new

@@ -8,10 +8,10 @@ if tried_create_already @repo_name = ask_wizard "Repository already exists. What project name?" else @repo_name = "" end - if config["github_private"] + if github_private run "bundle exec gh create-from-local #{@repo_name} --private" else run "bundle exec gh create-from-local #{@repo_name}" end tried_create_already = true