Skip to content

Commit

Permalink
Merge pull request lovasoa#227 from iblech/patch-3
Browse files Browse the repository at this point in the history
Fix tiny typo in error message
  • Loading branch information
lovasoa authored Jan 16, 2022
2 parents 791decb + 0cb4c28 commit 3122025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/check_output_directory.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function check_output_directory(directory) {
if (error) {
console.error(
`The configured history directory in which boards are stored ${error}.` +
`\nThe history directory can be configured with the environment variable HISTORY_DIR. ` +
`\nThe history directory can be configured with the environment variable WBO_HISTORY_DIR. ` +
`It is currently set to "${directory}".`
);
process.exit(1);
Expand Down

0 comments on commit 3122025

Please sign in to comment.