Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilwylegala committed Nov 26, 2024
1 parent d5f96b7 commit 27f14ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/script-utils/src/vault/vault.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const vaultGetVars = (service: string): Record<string, string> => {
} catch (e: unknown) {
if (isExecError(e)) {
globalLogger.error(
`Vault ${service} error downloading env vars -> ${e.stderr.toString()}. Make sure you're using correct path to secrets. Vault reports 403 if the path is incorrect.`
`Vault ${service} error downloading env vars -> ${e.stderr.toString()}. Make sure you're using correct path to secrets. Vault reports 403 if the path is incorrect.`,
)
}
return {}
Expand Down

0 comments on commit 27f14ee

Please sign in to comment.