diff --git a/app-cli/captainduckduck-deploy.js b/app-cli/captainduckduck-deploy.js index e007a54de..141af5cdf 100755 --- a/app-cli/captainduckduck-deploy.js +++ b/app-cli/captainduckduck-deploy.js @@ -170,7 +170,7 @@ const questions = [ { type: 'confirm', name: 'confirmedToDeploy', - message: 'Note that uncommited files and files in gitignore (if any) will not be pushed to server. Please confirm so that deployment process can start.', + message: 'Note that uncommitted files and files in gitignore (if any) will not be pushed to server. Please confirm so that deployment process can start.', default: true, when: function (answers) { return !!answers.captainNameToDeploy; @@ -582,4 +582,4 @@ function requestLogin(serverName, serverAddress, loginCallback) { }); -} \ No newline at end of file +}