Skip to content

Commit

Permalink
Coerce to string in run
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Jun 20, 2023
1 parent 1333887 commit 1584f95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/croupier.cr
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ module Croupier
Dir.mkdir_p(File.dirname output)
File.open(output, "w") do |io|
io << data[i]
# FIXME add tests for this
TaskManager.next_run[output] = Digest::SHA1.hexdigest(data[i].to_s)
end
end
Expand Down

0 comments on commit 1584f95

Please sign in to comment.