Skip to content

Commit

Permalink
#44 expand_path
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 21, 2023
1 parent 5cbcc2b commit 7c68f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/jgd
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ 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?
Expand Down

0 comments on commit 7c68f21

Please sign in to comment.