Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
tyb-talks committed Jul 2, 2024
1 parent 0891377 commit 6213f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/deprecation_collector/list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require "yaml"
module DeprecationCollector
DEPRECATION_IDS_FILE = File.expand_path("./deprecation-ids.yml", __FILE__)
DEPRECATION_IDS_FILE = File.expand_path("../deprecation-ids.yml", __FILE__)

deprecations = YAML.load_file(DEPRECATION_IDS_FILE)
List =
Expand Down

0 comments on commit 6213f04

Please sign in to comment.