Browse Source

Fixed typo in usage information

master
Nathan Rajlich 8 years ago
committed by Leo Lamprecht
parent
commit
900f2bd306
  1. 2
      src/providers/sh/commands/deploy.js

2
src/providers/sh/commands/deploy.js

@ -130,7 +130,7 @@ const help = () => {
--session-affinity Session affinity, \`ip\` (default) or \`random\` to control session affinity.
${chalk.dim(
'Enforcable Types (when both package.json and Dockerfile exist):'
'Enforceable Types (when both package.json and Dockerfile exist):'
)}
--npm Node.js application

Loading…
Cancel
Save