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

Commit 008575b

Browse files
author
sw-yx
committed
remove build from env vars message in function templates
1 parent 47ed3e6 commit 008575b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/functions-templates/js/stripe-charge/.netlify-function-template.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = {
2424
console.log(
2525
`Set it at: https://app.netlify.com/sites/${
2626
siteData.name
27-
}/settings/deploys#build-environment-variables (must have CD setup)`
27+
}/settings/deploys#environment-variables (must have CD setup)`
2828
);
2929
}
3030
}

src/functions-templates/js/token-hider/.netlify-function-template.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = {
2727
console.log(
2828
`Set them at: https://app.netlify.com/sites/${
2929
siteData.name
30-
}/settings/deploys#build-environment-variables (must have CD setup)`
30+
}/settings/deploys#environment-variables (must have CD setup)`
3131
);
3232
}
3333
}

src/functions-templates/js/url-shortener/.netlify-function-template.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = {
2727
console.log(
2828
`Set them at: https://app.netlify.com/sites/${
2929
siteData.name
30-
}/settings/deploys#build-environment-variables (must have CD setup)`
30+
}/settings/deploys#environment-variables (must have CD setup)`
3131
);
3232
}
3333
}

0 commit comments

Comments
 (0)