Skip to content

Commit

Permalink
Issue #554 - Fix for rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
emilianodellacasa committed Nov 27, 2018
1 parent 791898f commit d58afc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/zold/node/farmers.rb
Expand Up @@ -127,7 +127,7 @@ def up(score)
stdin, stdout = IO.pipe
Process.fork do
score = score.next
stdout.puts "#{score.to_s}|#{Process.pid}"
stdout.puts "#{score}|#{Process.pid}"
end
Process.wait
stdout.close
Expand Down

0 comments on commit d58afc5

Please sign in to comment.