Changed output of sleeper.

This commit is contained in:
Travis Reeder
2016-12-02 16:01:42 -08:00
parent 2550a83e16
commit 9f8c81afbc
2 changed files with 2 additions and 2 deletions

View File

@@ -12,5 +12,5 @@ if payload != ""
puts "I'm awake!" # sending this to stdout for sync response
end
else
STDERR.puts "ERROR: please pass in a sleep value: {\"sleep\": 5}"
puts "ERROR: please pass in a sleep value: {\"sleep\": 5}"
end