mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
wrong description
This commit is contained in:
parent
9b5a58c30f
commit
e7fedf4fd1
@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user