Skip to content

Commit bef2270

Browse files
committed
fixup
1 parent 37e7490 commit bef2270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rake_tasks/automation.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ namespace :automation do
2929
RELEASE_TOGETHER.each do |gem|
3030
puts '-' * 80
3131
puts "Building #{gem} v#{version} to #{output_dir}"
32-
sh "cd #{CURRENT_PATH.join(gem)} " \
32+
system "cd #{CURRENT_PATH.join(gem)} " \
3333
"&& gem build --silent -o #{gem}-#{version}.gem && " \
3434
"mv *.gem #{CURRENT_PATH.join(output_dir)}"
3535
end

0 commit comments

Comments
 (0)