bin/jgd in jgd-1.13.0 vs bin/jgd in jgd-1.13.1

- old
+ new

@@ -37,10 +37,10 @@ opt :drafts, 'Generate drafts' end branch = opts[:branch] branch_from = opts[:branch_from] -config = opts[:config] +config = File.expand_path(opts[:config]) fail 'branch can\'t be empty' if branch.empty? fail 'branch-from can\'t be empty' if branch_from.empty? fail 'config can\'t be empty' if config.empty? url = opts[:url] url = `git config --get remote.origin.url`.strip if url.empty?