Skip to content
This repository was archived by the owner on May 10, 2021. It is now read-only.

Commit 3033a30

Browse files
authored
Update Logs to display correct path constants (#58)
1 parent 246c53d commit 3033a30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/steps/prepareFolders.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ const { NETLIFY_PUBLISH_PATH, NETLIFY_FUNCTIONS_PATH } = require("../config");
55
// Empty existing publish and functions folders
66
const prepareFolders = () => {
77
logTitle("🚀 Next on Netlify 🚀");
8-
log(" ", "Functions directory:", NETLIFY_PUBLISH_PATH);
9-
log(" ", "Publish directory: ", NETLIFY_FUNCTIONS_PATH);
8+
log(" ", "Functions directory:", NETLIFY_FUNCTIONS_PATH);
9+
log(" ", "Publish directory: ", NETLIFY_PUBLISH_PATH);
1010
log(" ", "Make sure these are set in your netlify.toml file.");
1111

1212
emptyDirSync(NETLIFY_PUBLISH_PATH);

0 commit comments

Comments
 (0)