Skip to content

Commit

Permalink
One rubocop error
Browse files Browse the repository at this point in the history
No idea why this was allowed before but gives error now.
  • Loading branch information
atz committed Jun 28, 2018
1 parent 7c7d171 commit 12f8914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/audit/checksum.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class << self
end

# Queues asynchronous CV
def self.validate_disk(endpoint_name, limit=Settings.c2m_sql_limit)
def self.validate_disk(endpoint_name, limit = Settings.c2m_sql_limit)
logger.info "#{Time.now.utc.iso8601} CV validate_disk starting for #{endpoint_name}"
pres_copies = PreservedCopy.by_endpoint_name(endpoint_name).for_online_endpoints.fixity_check_expired
logger.info "Number of Preserved Copies to be enqueued for CV: #{pres_copies.count}"
Expand Down

0 comments on commit 12f8914

Please sign in to comment.