summaryrefslogtreecommitdiff
path: root/libexec/bundler
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/bundler')
-rwxr-xr-xlibexec/bundler2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/bundler b/libexec/bundler
index d9131fe834..a6826a8c89 100755
--- a/libexec/bundler
+++ b/libexec/bundler
@@ -1,4 +1,4 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
-load File.expand_path("../bundle", __FILE__)
+load File.expand_path("bundle", __dir__)