Skip to content

Commit 8bdd723

Browse files
committed
remove em dash
1 parent 56f4275 commit 8bdd723

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/deploy-actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ async function deployActions (config, deployConfig = {}, logFunc) {
6262
const hasAnyActions = Object.values(config.manifest.full.packages)
6363
.some(pkg => Object.keys(pkg.actions || {}).length > 0)
6464
if (!hasAnyActions) {
65-
log('Warning: no actions defined in manifest deploy is a no-op and will undeploy any previously-deployed actions for this project.')
65+
log('Warning: no actions defined in manifest, deploy is a no-op and will undeploy any previously-deployed actions for this project.')
6666
}
6767
if (
6868
hasAnyActions &&

0 commit comments

Comments
 (0)