diff --git a/lib/modulesync/cli.rb b/lib/modulesync/cli.rb index bd733e67..9a90e52b 100644 --- a/lib/modulesync/cli.rb +++ b/lib/modulesync/cli.rb @@ -104,7 +104,7 @@ class Base < Thor :default => CLI.defaults[:pr_labels] || [] option :pr_target_branch, :desc => 'Target branch for the pull/merge request', - :default => CLI.defaults[:pr_target_branch] || 'master' + :default => CLI.defaults[:pr_target_branch] option :offline, :type => :boolean, :desc => 'Do not run any Git commands. Allows the user to manage Git outside of ModuleSync.',