Skip to content

Commit

Permalink
xdmod-update-resource-specs: fix resources file name (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcgthb authored and smgallo committed Oct 2, 2019
1 parent 09d58c5 commit 3b53b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/xdmod-update-resource-specs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ function main()
DIRECTORY_SEPARATOR,
array(
CONFIG_DIR,
'resource-specs.json'
'resource_specs.json'
)
);

Expand Down

0 comments on commit 3b53b1e

Please sign in to comment.