Skip to content

Commit

Permalink
extensions.json is moved
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 committed Jun 29, 2024
1 parent b745da5 commit 01558df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/bump_extension.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
EXTENSION = ARGV[0]
VERSION = ARGV[1]

FILE_PATH = "#{__dir__}/../extension-installer/extensions.json"
FILE_PATH = "#{__dir__}/../dockers/femiwiki-extensions/extension-installer/extensions.json"
data = JSON.parse(File.read(FILE_PATH))

if not data['non-WMF'].key?(EXTENSION)
Expand Down

0 comments on commit 01558df

Please sign in to comment.