Skip to content

Commit

Permalink
Fix a couple of errors that appear when using the Rails console on re…
Browse files Browse the repository at this point in the history
…mote server
  • Loading branch information
elohanlon committed Dec 21, 2023
1 parent 162764f commit 539ee40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/hyacinth/utils/bag_it.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require 'digest/sha1'

class Hyacinth::Utils::BagIt
extend Logger::Behavior
extend Hyacinth::Utils::Logger::Behavior

PAYLOAD_COMPARISON_PROGRESS = 'Comparing payload manifest sha1 checksums to on-disk file checksums... %f2%'

Expand Down
2 changes: 1 addition & 1 deletion lib/hyacinth/utils/mods_utils.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class Hyacinth::Utils::ModsUtils
extend Logger::Behavior
extend Hyacinth::Utils::Logger::Behavior

def self.create_element_path_in_doc(xml_doc, arr_path_to_element)
current_path = ''
Expand Down

0 comments on commit 539ee40

Please sign in to comment.