Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
drmrbrewer committed Jan 11, 2018
1 parent dde9163 commit 4dcaa08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-cli/captainduckduck-deploy.js
Expand Up @@ -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;
Expand Down Expand Up @@ -582,4 +582,4 @@ function requestLogin(serverName, serverAddress, loginCallback) {

});

}
}

0 comments on commit 4dcaa08

Please sign in to comment.