Skip to content

Commit 477450a

Browse files
bump to v0.0.4
1 parent 0691821 commit 477450a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.3
1+
0.0.4

main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ func getSsoCachedLogin(profile Profile, ssoCachePath string) (AWSSSOCredential,
216216

217217
bs := sha1.Sum([]byte(profile.SSOStartUrl))
218218
cachedFilePath := filepath.Join(ssoCachePath, fmt.Sprintf("%x.json", bs))
219-
220219
bytes, err := ioutil.ReadFile(cachedFilePath)
221220
if err != nil {
222221
return awsSSOCredential, err

0 commit comments

Comments
 (0)