Skip to content

Commit

Permalink
Merge pull request #157 from Cox-Automotive/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
americk0 committed Jun 23, 2020
2 parents b013fe1 + 3497614 commit 688fcbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/developer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alks",
"version": "3.0.10",
"version": "3.0.11",
"description": "CLI for working with ALKS",
"main": "bin/alks",
"scripts": {
Expand Down

0 comments on commit 688fcbe

Please sign in to comment.