Skip to content

Commit 6213f04

Browse files
committed
fix path
1 parent 0891377 commit 6213f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/deprecation_collector/list.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
require "yaml"
44
module DeprecationCollector
5-
DEPRECATION_IDS_FILE = File.expand_path("./deprecation-ids.yml", __FILE__)
5+
DEPRECATION_IDS_FILE = File.expand_path("../deprecation-ids.yml", __FILE__)
66

77
deprecations = YAML.load_file(DEPRECATION_IDS_FILE)
88
List =

0 commit comments

Comments
 (0)