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

Commit

Permalink
remove build from env vars message in function templates
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-yx committed May 8, 2019
1 parent 47ed3e6 commit 008575b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = {
console.log(
`Set it at: https://app.netlify.com/sites/${
siteData.name
}/settings/deploys#build-environment-variables (must have CD setup)`
}/settings/deploys#environment-variables (must have CD setup)`
);
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = {
console.log(
`Set them at: https://app.netlify.com/sites/${
siteData.name
}/settings/deploys#build-environment-variables (must have CD setup)`
}/settings/deploys#environment-variables (must have CD setup)`
);
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = {
console.log(
`Set them at: https://app.netlify.com/sites/${
siteData.name
}/settings/deploys#build-environment-variables (must have CD setup)`
}/settings/deploys#environment-variables (must have CD setup)`
);
}
}
Expand Down

0 comments on commit 008575b

Please sign in to comment.