mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
Remove typo on env var name
This commit is contained in:
parent
c9a5fdce4f
commit
51d88a2ed2
@ -12,7 +12,7 @@ if (!process.env.SAUCE_USERNAME) {
|
|||||||
process.exit(1); //eslint-disable-line no-process-exit
|
process.exit(1); //eslint-disable-line no-process-exit
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!process.env.SAUCE_ACCESS_KEY2) {
|
if (!process.env.SAUCE_ACCESS_KEY) {
|
||||||
console.log(colors.red('SAUCE_ACCESS_KEY is missing. Please check the README.md file.'));
|
console.log(colors.red('SAUCE_ACCESS_KEY is missing. Please check the README.md file.'));
|
||||||
process.exit(1); //eslint-disable-line no-process-exit
|
process.exit(1); //eslint-disable-line no-process-exit
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user