Skip to content

Commit ea01788

Browse files
committed
Fix issue #23: 'cannot import absolute path' error on build/install.
1 parent 01407ec commit ea01788

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Support/gomate.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ def Go::go(command, options={})
5151
args.push(ENV['TM_FILEPATH'])
5252
else
5353
args.push("-v") # list packages being operated on
54-
args.push(pkg)
5554
opts[:noun] = pkg
5655
end
5756
args.push(opts)

0 commit comments

Comments
 (0)