Skip to content

Commit

Permalink
Merge pull request 99designs#312 from jolexa/add-debug-config
Browse files Browse the repository at this point in the history
Add debug statement if using AWS_CONFIG_FILE
  • Loading branch information
mtibben authored Nov 16, 2018
2 parents c506333 + 561f49f commit 65ded8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vault/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ func ConfigPath() (string, error) {
return "", err
}
file = filepath.Join(home, "/.aws/config")
} else {
log.Printf("Using AWS_CONFIG_FILE value: %s", file)
}
return file, nil
}
Expand Down

0 comments on commit 65ded8e

Please sign in to comment.