Skip to content

Commit 3355764

Browse files
authored
fix(command-init): use netlify/functions instead of functions (#1912)
1 parent 5dda19c commit 3355764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/init/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const getDefaultSettings = async ({ siteRoot, config }) => {
4141
return {
4242
defaultBuildCmd,
4343
defaultBuildDir: normalizeDir({ siteRoot, dir: defaultBuildDir, defaultValue: '.' }),
44-
defaultFunctionsDir: normalizeDir({ siteRoot, dir: defaultFunctionsDir, defaultValue: 'functions' }),
44+
defaultFunctionsDir: normalizeDir({ siteRoot, dir: defaultFunctionsDir, defaultValue: 'netlify/functions' }),
4545
}
4646
}
4747

0 commit comments

Comments
 (0)