Skip to content

Commit 8ac2b06

Browse files
committed
removing indirection.
1 parent a5f80ca commit 8ac2b06

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

bin/jammit

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
require 'pathname'
33

44
APP_ROOT = File.dirname(Pathname.new(__FILE__).realpath)
5-
jammit_cl = File.join(APP_ROOT,'../lib/jammit/command_line.rb')
6-
require "#{jammit_cl}"
5+
require File.join(APP_ROOT,'../lib/jammit/command_line.rb')
76

87
Jammit::CommandLine.new

0 commit comments

Comments
 (0)