Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

update log message #159

Merged
merged 1 commit into from
Apr 24, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/commands/functions/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ function ensureFunctionDirExists(flags, config) {
const functionsDir = config.build && config.build.functions;
if (!functionsDir) {
this.log(
`${NETLIFYDEVLOG} No functions folder specified in netlify.toml or as an argument`
`${NETLIFYDEVLOG} No functions folder specified in netlify.toml`
);
process.exit(1);
}
Expand Down