Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 46bc201

Browse files
committed
fix gem build task
1 parent 4969bfc commit 46bc201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/gems.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
HYPERLOOP_REPOS.each do |repo|
66
Dir.chdir(File.join('..', repo)) do
77
puts "\033[0;32mBuilding gem for #{repo}:\033[0;30m"
8-
`gem build #{branch}`
8+
`gem build #{repo}`
99
end
1010
end
1111
end

0 commit comments

Comments
 (0)