Skip to content

Commit 392a24a

Browse files
author
Otávio Fernandes
committed
Minor.
1 parent bf0cb94 commit 392a24a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ indent_size = 4
1212

1313
max_line_length = 101
1414

15-
[*.md,*.yml,*.yaml,*.toml]
15+
[*.md,*.yml,*.yaml,*.toml,*.hcl]
1616
indent_size = 2
1717

1818
[*.go]

cmd/vault-handler/vault_handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func bootstrap() *vaulthandler.Handler {
4444
}
4545

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

5050
return handler

0 commit comments

Comments
 (0)