Skip to content

Commit

Permalink
fix: update file name to match class
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Oct 6, 2023
1 parent cd11b93 commit fd93838
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variants/audit-logging/template.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source_paths.unshift(File.dirname(__FILE__))

copy_file("variants/audit-logging/lib/auditor_log_formatter.rb", "lib/auditor_log_formatter.rb")
copy_file("variants/audit-logging/lib/audit_log_log_formatter.rb", "lib/audit_log_log_formatter.rb")
copy_file("variants/audit-logging/services/audit_log.rb", "app/services/audit_log.rb")
copy_file("variants/audit-logging/spec/services/audit_log_spec.rb", "spec/services/audit_log_spec.rb")

Expand All @@ -19,7 +19,7 @@

prepend_to_file "config/application.rb" do
<<~RUBY
require_relative "../lib/auditor_log_formatter"
require_relative "../lib/audit_log_log_formatter"
RUBY
end

Expand Down

0 comments on commit fd93838

Please sign in to comment.