Skip to content

Commit

Permalink
Merge pull request bkeepers#385 from takakuda/feature/conditions_change
Browse files Browse the repository at this point in the history
modifiy conditional branch
  • Loading branch information
Andrew Nordman committed Jun 15, 2019
2 parents f796d36 + 57404d0 commit 00e14aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dotenv/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def run
rescue Errno::ENOENT => e
abort e.message
else
exec(*@argv) unless @argv.empty?
exec(*@argv) if @argv.present?
end
end

Expand Down

0 comments on commit 00e14aa

Please sign in to comment.