Skip to content

Commit

Permalink
random bugfix that i couldn't manage to rebase in
Browse files Browse the repository at this point in the history
  • Loading branch information
jrochkind committed May 16, 2017
1 parent d730e34 commit 4935f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/jobs/fixity_check_job.rb
Expand Up @@ -49,7 +49,7 @@ def run_check(file_set_id, file_id, uri)
error_msg = 'resource not found'
end

ChecksumAuditLog.create!(passed: fixity_ok, file_set_id: file_set_id, checked_uri: uri, file_id: file_id, expected_result: expected_result)
log = ChecksumAuditLog.create!(passed: fixity_ok, file_set_id: file_set_id, checked_uri: uri, file_id: file_id, expected_result: expected_result)

if fixity_ok
ChecksumAuditLog.prune_history(file_set_id, checked_uri: uri)
Expand Down

0 comments on commit 4935f55

Please sign in to comment.