From e7fedf4fd1eeeed39797c32fdb9e2eb53da54605 Mon Sep 17 00:00:00 2001 From: Sergio Arcos Date: Mon, 26 Sep 2016 15:09:41 +0900 Subject: [PATCH] wrong description --- lib/plugins/tracking/tracking.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugins/tracking/tracking.js b/lib/plugins/tracking/tracking.js index f1e0dbea7..10115bdaa 100644 --- a/lib/plugins/tracking/tracking.js +++ b/lib/plugins/tracking/tracking.js @@ -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'); } }