Skip to content

Commit

Permalink
Merge pull request #641 from IU-Libraries-Joint-Development/essi-2033…
Browse files Browse the repository at this point in the history
…_ext_store_check_fix

ESSI-2033 Fix ext store health check
  • Loading branch information
randalldfloyd authored Dec 11, 2024
2 parents 4d1469f + 5d696a1 commit 5a4467b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/essi_dev_ops/external_storage_check.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module EssiDevOps
include OkComputer
class ExternalStorageCheck < Check
def check
if ESSI::ExternalStorageService.health
if ESSI.external_storage.health
mark_message "External storage is up"
else
raise "External storage check failed"
Expand Down

0 comments on commit 5a4467b

Please sign in to comment.