Skip to content

Commit

Permalink
Fix typo in Forbidden error message
Browse files Browse the repository at this point in the history
  • Loading branch information
ruuda committed Oct 27, 2023
1 parent 4725835 commit e2b81c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ vaultErrorLogMessage vaultError =
"Made a bad request: " <> (LBS.unpack resp)
Forbidden ->
"Forbidden: The provided token is not valid or expired. If you're not \
\explictely passing a token, check if the configured token in \
\explictly passing a token, check if the configured token in \
\`~/.config/vaultenv/vaultenv.conf` is still valid"
InvalidUrl secretPath ->
"Secret " <> secretPath <> " contains characters that are illegal in URLs"
Expand Down

0 comments on commit e2b81c8

Please sign in to comment.