Skip to content

Commit

Permalink
Log the version
Browse files Browse the repository at this point in the history
  • Loading branch information
mtibben committed Feb 16, 2020
1 parent 1ce3655 commit 0864352
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/global.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ func ConfigureGlobals(app *kingpin.Application) {
} else {
keyring.Debug = true
}
log.Printf("aws-vault %s", app.Model().Version)
if keyringImpl == nil {
var allowedBackends []keyring.BackendType
if GlobalFlags.Backend != "" {
Expand Down

0 comments on commit 0864352

Please sign in to comment.