Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhulik committed Jan 15, 2023
1 parent 56eec73 commit eafc654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup-stats-collector/function/lib/function/restic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ def snapshots
end

def last_verified
@s3.get_object(bucket: MINIO_BUCKET, key: LAST_VERIFIED_PATH).read.to_i
@s3.get_object(bucket: MINIO_BUCKET, key: LAST_VERIFIED_PATH).body.read.to_i
end
end

0 comments on commit eafc654

Please sign in to comment.