Skip to content

Commit

Permalink
Cosmetic change
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-tan committed Feb 19, 2021
1 parent 1b04ff8 commit f80bcf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ep3/ep3-run.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def ep3_run(args)
else
'/dev/null'
end
env = { 'EP3_LIBPATH' => ENV['EP3_LIBPATH'], 'DOCKER_HOST' => ENV.fetch('DOCKER_HOST', '') }
env = { 'EP3_LIBPATH' => ENV['EP3_LIBPATH'] }
if ENV.include? 'DOCKER_HOST'
env['DOCKER_HOST'] = ENV['DOCKER_HOST']
end
Expand Down

0 comments on commit f80bcf3

Please sign in to comment.