From a9097ec8bb5f2543ad9859ce9df93d373b96def5 Mon Sep 17 00:00:00 2001 From: Jeff Keller Date: Thu, 18 Jun 2020 12:19:36 -0400 Subject: [PATCH 1/4] Fix spelling --- lib/developer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/developer.js b/lib/developer.js index a7cf2d2f..5a17f64e 100644 --- a/lib/developer.js +++ b/lib/developer.js @@ -507,7 +507,7 @@ exports.getPassword = function(program, callback){ } // then check for an environment variable else if(!_.isEmpty(process.env.ALKS_PASSWORD)){ - utils.log(program, logger, 'using password from environment varialbe'); + utils.log(program, logger, 'using password from environment variable'); return callback(null, process.env.ALKS_PASSWORD); } // then check the keystore From dd1995ed10d5646ff317b844fa26a6f1316b0f13 Mon Sep 17 00:00:00 2001 From: Ben Watson Date: Tue, 23 Jun 2020 10:04:54 -0400 Subject: [PATCH 2/4] updates changelog --- changelog.txt | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 9fbdde4e..6602dc17 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,7 +3,7 @@ Thanks for upgrading to the latest version of the ALKS CLI! -→ [BUGFIX] Corrects an issue where IAM Keys would fail to generate +→ Fixes a typo → Have feedback? https://github.com/Cox-Automotive/ALKS-CLI/issues diff --git a/package.json b/package.json index 0bf1897b..eb644bee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alks", - "version": "3.0.10", + "version": "3.0.11", "description": "CLI for working with ALKS", "main": "bin/alks", "scripts": { From d24fe3c2698b1aa3b46ad408d2cce43fb9ad6c7e Mon Sep 17 00:00:00 2001 From: Jeff Keller Date: Thu, 18 Jun 2020 12:19:36 -0400 Subject: [PATCH 3/4] Fix spelling --- lib/developer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/developer.js b/lib/developer.js index a7cf2d2f..5a17f64e 100644 --- a/lib/developer.js +++ b/lib/developer.js @@ -507,7 +507,7 @@ exports.getPassword = function(program, callback){ } // then check for an environment variable else if(!_.isEmpty(process.env.ALKS_PASSWORD)){ - utils.log(program, logger, 'using password from environment varialbe'); + utils.log(program, logger, 'using password from environment variable'); return callback(null, process.env.ALKS_PASSWORD); } // then check the keystore From 4e773d2aabbec0f81f40124d20f9024d753fc3c9 Mon Sep 17 00:00:00 2001 From: Ben Watson Date: Tue, 23 Jun 2020 10:04:54 -0400 Subject: [PATCH 4/4] updates changelog --- changelog.txt | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 9fbdde4e..6602dc17 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,7 +3,7 @@ Thanks for upgrading to the latest version of the ALKS CLI! -→ [BUGFIX] Corrects an issue where IAM Keys would fail to generate +→ Fixes a typo → Have feedback? https://github.com/Cox-Automotive/ALKS-CLI/issues diff --git a/package.json b/package.json index 0bf1897b..eb644bee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alks", - "version": "3.0.10", + "version": "3.0.11", "description": "CLI for working with ALKS", "main": "bin/alks", "scripts": {