Skip to content

Commit 392f879

Browse files
committed
fixup
1 parent bef2270 commit 392f879

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rake_tasks/automation.rake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ namespace :automation do
3030
puts '-' * 80
3131
puts "Building #{gem} v#{version} to #{output_dir}"
3232
system "cd #{CURRENT_PATH.join(gem)} " \
33-
"&& gem build --silent -o #{gem}-#{version}.gem && " \
34-
"mv *.gem #{CURRENT_PATH.join(output_dir)}"
33+
"&& gem build --silent -o #{gem}-#{version}.gem && " \
34+
"mv *.gem #{CURRENT_PATH.join(output_dir)}"
3535
end
3636
puts '-' * 80
3737
end

0 commit comments

Comments
 (0)