Merge pull request #227 from iblech/patch-3

Fix tiny typo in error message
This commit is contained in:
Ophir LOJKINE 2022-01-16 20:12:10 +01:00 committed by GitHub
commit 3122025a55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);