Skip to content

Commit

Permalink
fix typo "Listener" -> "Listeners"
Browse files Browse the repository at this point in the history
  • Loading branch information
tamsin woo authored Mar 26, 2024
1 parent ad49b40 commit c012ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hyrax/publisher.rb
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def default_listeners
@default_listeners ||=
[Hyrax::Listeners::ACLIndexListener.new,
Hyrax::Listeners::BatchNotificationListener.new,
Hyrax::Listener::FileListener.new,
Hyrax::Listeners::FileListener.new,
Hyrax::Listeners::FileMetadataListener.new,
Hyrax::Listeners::FileSetLifecycleListener.new,
Hyrax::Listeners::FileSetLifecycleNotificationListener.new,
Expand Down

0 comments on commit c012ae7

Please # to comment.