Skip to content

Commit

Permalink
hotfix: change error variable name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
uanid committed Jun 30, 2022
1 parent c0df7ba commit 76af61a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion backend/pkg/credentials/aws/local_cred.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func (a *LocalCred) GetLocalProfiles() ([]*protos.Profile, error) {
}
accountIdOrEmpty, tolerableErr := aws_service.GetConfigInfo(&cfg)
if tolerableErr != nil {
fmt.Printf("aws.LocalCred.GetLocalProfiles TolerableErr %s", err.Error())
fmt.Printf("aws.LocalCred.GetLocalProfiles TolerableErr %s", tolerableErr.Error())
}
return &protos.Profile{
ProfileName: profileName,
Expand Down
2 changes: 1 addition & 1 deletion electron-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": {
"name": "PUBG"
},
"version": "0.3.5",
"version": "0.3.6",
"scripts": {
"build": "concurrently \"pnpm run build:main\" \"pnpm run build:renderer\"",
"build:main": "cross-env NODE_ENV=production TS_NODE_TRANSPILE_ONLY=true webpack --config ./.erb/configs/webpack.config.main.prod.ts",
Expand Down
4 changes: 2 additions & 2 deletions electron-app/release/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion electron-app/release/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": {
"name": "PUBG"
},
"version": "0.3.5",
"version": "0.3.6",
"scripts": {
"electron-rebuild": "node -r ts-node/register ../../.erb/scripts/electron-rebuild.js",
"link-modules": "node -r ts-node/register ../../.erb/scripts/link-modules.ts",
Expand Down

0 comments on commit 76af61a

Please sign in to comment.