Skip to content

Commit

Permalink
Please hound
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Feb 15, 2022
1 parent 0efe5ab commit 14855fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/appraisal/command.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ def run
ensure_bundler_is_available
announce

ENV['BUNDLE_GEMFILE'] = gemfile
ENV['APPRAISAL_INITIALIZED'] = '1'
ENV["BUNDLE_GEMFILE"] = gemfile
ENV["APPRAISAL_INITIALIZED"] = "1"
env.each_pair do |key, value|
ENV[key] = value
end
Expand Down

0 comments on commit 14855fc

Please sign in to comment.