Skip to content

Commit

Permalink
export-exchanges.js: fix due to path change
Browse files Browse the repository at this point in the history
  • Loading branch information
kornrunner committed Dec 17, 2017
1 parent 24aec89 commit 25b9d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion export-exchanges.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ try {
replacement: "exchanges = [\n" + " '" + ids.join ("',\n '") + "'," + "\n]",
},
{
file: './php/base/Exchange.php',
file: './php/Exchange.php',
regex: /public static \$exchanges \= array \([^\)]+\)/,
replacement: "public static $exchanges = array (\n '" + ids.join ("',\n '") + "',\n )",
},
Expand Down

0 comments on commit 25b9d17

Please sign in to comment.