Skip to content

Commit

Permalink
Switched to lowercase directory
Browse files Browse the repository at this point in the history
  • Loading branch information
nichwall committed Mar 10, 2024
1 parent 0184539 commit 845b255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copy_keys.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function updateJSONFiles(baseFileName, directory) {
}

const baseFileName = 'en-us.json';
const directory = process.env.DIRECTORY;
const directory = process.env.directory;

// Example usage:
const resultCode = updateJSONFiles(baseFileName, directory);
Expand Down

0 comments on commit 845b255

Please sign in to comment.