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