Skip to content

Commit

Permalink
fix: bin/bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed Nov 26, 2024
1 parent e14002e commit 59d093d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/bundle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ m = Module.new do

def gemfile
gemfile = ENV.fetch("BUNDLE_GEMFILE", nil)
return gemfile if gemfile.present?
return gemfile if gemfile && !gemfile.empty?

File.expand_path("../Gemfile", __dir__)
end
Expand Down

0 comments on commit 59d093d

Please sign in to comment.