Skip to content

Commit

Permalink
fix require statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sallyhall committed Dec 16, 2024
1 parent 6f31d33 commit 2a64607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/michel.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

require_relative "michel/version"
require "michel/generators"
require "michel/generators/michel_generator"

module Michel
class Error < StandardError; end
Expand Down

0 comments on commit 2a64607

Please sign in to comment.