Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3d83b9e

Browse files
authoredApr 24, 2019
update log message (#159)
update log message
2 parents 3c71022 + c766112 commit 3d83b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/commands/functions/create.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ function ensureFunctionDirExists(flags, config) {
202202
const functionsDir = config.build && config.build.functions;
203203
if (!functionsDir) {
204204
this.log(
205-
`${NETLIFYDEVLOG} No functions folder specified in netlify.toml or as an argument`
205+
`${NETLIFYDEVLOG} No functions folder specified in netlify.toml`
206206
);
207207
process.exit(1);
208208
}

0 commit comments

Comments
 (0)
This repository has been archived.