updated message for deplot about gitignore files

This commit is contained in:
Kasra Bigdeli
2017-12-10 14:45:58 -08:00
parent 753e2e5f73
commit b4bfd2ba83
+1 -1
View File
@@ -119,7 +119,7 @@ const questions = [
{
type: 'confirm',
name: 'confirmedToDeploy',
message: 'Are you sure you want to deploy to this Captain machine?',
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.',
default: true,
when: function (answers) {
return !!answers.captainNameToDeploy;