wrong description

This commit is contained in:
Sergio Arcos 2016-09-26 15:09:41 +09:00 committed by GitHub
parent 9b5a58c30f
commit e7fedf4fd1

View File

@ -43,7 +43,7 @@ class Tracking {
}
if (this.options.disable && !this.options.enable) {
fs.writeFileSync(path.join(serverlessPath, trackingFileName),
'Keep this file to enable tracking');
'Keep this file to disable tracking');
this.serverless.cli.log('Tracking successfully disabled');
}
}