Skip to content

Commit

Permalink
Minor.
Browse files Browse the repository at this point in the history
  • Loading branch information
Otávio Fernandes committed Mar 28, 2019
1 parent bf0cb94 commit 392a24a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ indent_size = 4

max_line_length = 101

[*.md,*.yml,*.yaml,*.toml]
[*.md,*.yml,*.yaml,*.toml,*.hcl]
indent_size = 2

[*.go]
Expand Down
2 changes: 1 addition & 1 deletion cmd/vault-handler/vault_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func bootstrap() *vaulthandler.Handler {
}

if err = handler.Authenticate(); err != nil {
log.Fatalf("[ERROR] On authenticating agasint Vault: '%s'", err)
log.Fatalf("[ERROR] On authenticating against Vault: '%s'", err)
}

return handler
Expand Down

0 comments on commit 392a24a

Please sign in to comment.