Fix environment typo

This commit is contained in:
Quique Fdez Guerra 2019-12-10 12:46:56 +01:00 committed by GitHub
parent cf54c91fc1
commit deb011dee1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ module.exports = async ({ optimization }) => {
if (!fs.existsSync(envConfigDir)) {
console.log(
`Missing envrionnment config for env: ${green(
`Missing environment config for env: ${green(
env
)}.\nMake sure the directory ${yellow(
`./config/environments/${env}`