Skip to content

Commit

Permalink
no more require_relative
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifiht committed Jun 15, 2024
1 parent 3740aab commit 31fe4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/habitica/habitica.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require "redfairy"
require "spriggan"
#==========<[ Local Libs ]>==========#
require_relative "lib_habitica"
require "./lib_habitica"

#=============<[ Local Vars ]>================#
core_config = RedFairy.new("shikigami")
Expand Down

0 comments on commit 31fe4ff

Please sign in to comment.