Skip to content

Commit

Permalink
[backend] Fix typo in clouduploader
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBr committed Feb 26, 2018
1 parent f98a9ff commit b322c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/clouduploader.rb
Expand Up @@ -72,7 +72,7 @@ def upload_image_to_ec2(image, data, jobid)
end
command << image

Open3.popen2e(command) do |_stdin, stdout_stderr, _wait_thr|
Open3.popen2e(command) do |_stdin, stdout_stderr, wait_thr|
Signal.trap("TERM") {
# We just omit the SIGTERM because otherwise we would not get logs from ec2uploadimg
STDOUT.write("Received abort signal, waiting for ec2uploadimg to properly clean up.\n")
Expand Down

0 comments on commit b322c74

Please sign in to comment.