aboutsummaryrefslogtreecommitdiffstats
path: root/railties/bin/runner
diff options
context:
space:
mode:
Diffstat (limited to 'railties/bin/runner')
-rwxr-xr-xrailties/bin/runner2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/bin/runner b/railties/bin/runner
index a4a7cb25ba..be4c5d4572 100755
--- a/railties/bin/runner
+++ b/railties/bin/runner
@@ -1,3 +1,3 @@
#!/usr/bin/env ruby
-require File.dirname(__FILE__) + '/../config/boot'
+require File.expand_path('../../config/boot', __FILE__)
require 'commands/runner'