We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f80ca commit 8ac2b06Copy full SHA for 8ac2b06
1 file changed
bin/jammit
@@ -2,7 +2,6 @@
2
require 'pathname'
3
4
APP_ROOT = File.dirname(Pathname.new(__FILE__).realpath)
5
-jammit_cl = File.join(APP_ROOT,'../lib/jammit/command_line.rb')
6
-require "#{jammit_cl}"
+require File.join(APP_ROOT,'../lib/jammit/command_line.rb')
7
8
Jammit::CommandLine.new
0 commit comments