summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormeganemura <meganemura@users.noreply.github.com>2018-11-06 15:24:17 +0900
committermeganemura <meganemura@users.noreply.github.com>2018-11-06 15:24:37 +0900
commit49218cc6e3c222a9295a1c1bb7cb2c23003401ad (patch)
tree5d07fd872835b68ee71d9b3724b4b616deb4a096
parent8197732a3dd9df3071cf61ba4644ea826160fe05 (diff)
downloadbundler-49218cc6e3c222a9295a1c1bb7cb2c23003401ad.tar.gz
Fix indentation of bundler executable
-rw-r--r--lib/bundler/templates/Executable.bundler2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/templates/Executable.bundler b/lib/bundler/templates/Executable.bundler
index eeda90b584..3adac41e74 100644
--- a/lib/bundler/templates/Executable.bundler
+++ b/lib/bundler/templates/Executable.bundler
@@ -11,7 +11,7 @@
require "rubygems"
m = Module.new do
- module_function
+ module_function
def invoked_as_script?
File.expand_path($0) == File.expand_path(__FILE__)