From e10a0668edb1d5fb0a5ad3ca3f4243ea0d096067 Mon Sep 17 00:00:00 2001 From: Jackie Luo Date: Tue, 27 Sep 2016 23:39:02 -0700 Subject: [PATCH] fix(lint): Change variable to const --- internal_packages/verify-install-location/lib/main.es6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal_packages/verify-install-location/lib/main.es6 b/internal_packages/verify-install-location/lib/main.es6 index 1d388fb0c..d81101bc6 100644 --- a/internal_packages/verify-install-location/lib/main.es6 +++ b/internal_packages/verify-install-location/lib/main.es6 @@ -62,7 +62,7 @@ export function activate() { ] } - let msg = `We recommend that you move N1 to your Applications folder to get updates correctly and keep this folder uncluttered.` + const msg = `We recommend that you move N1 to your Applications folder to get updates correctly and keep this folder uncluttered.` const CANCEL_ID = 3;