From 4e97b2f88f7b0022b7e949ad4876f823d0ec9b69 Mon Sep 17 00:00:00 2001 From: Torkus <48141663+ogri-la@users.noreply.github.com> Date: Fri, 29 Mar 2024 14:10:52 +1030 Subject: [PATCH] typo --- src/strongbox/core.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strongbox/core.clj b/src/strongbox/core.clj index b9a5343e..51856299 100644 --- a/src/strongbox/core.clj +++ b/src/strongbox/core.clj @@ -987,7 +987,7 @@ (catalogue/read-catalogue catalogue-path {:bad-data? (fn [] - ;; "catalogue 'full failed to load again, it might be corrupt at it's source: https://path/to/online/catalogue.json" + ;; "catalogue 'full' failed to load again, it might be corrupt at it's source: https://path/to/online/catalogue.json" (let [msg (format "catalogue '%s' failed to load again, it might be corrupt at it's source: %s" catalogue-label catalogue-source)] (error (utils/reportable-error msg))))}))