Skip to content

Commit

Permalink
fix: remove extra slash
Browse files Browse the repository at this point in the history
  • Loading branch information
mbystedt committed Jan 17, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 218a527 commit f9683da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ export const BROKER_ENVIRONMENT = process.env.BROKER_ENVIRONMENT ?? '';
// Path to the Object storage credentials in Vault
export const VAULT_CRED_PATH =
process.env.VAULT_CRED_PATH ??
`/apps/data/${
`apps/data/${
ENV_LONG_TO_SHORT[BROKER_ENVIRONMENT]
}/${BROKER_PROJECT}/${BROKER_SERVICE}${
process.env.VAULT_CRED_PATH_SUFFIX ? process.env.VAULT_CRED_PATH_SUFFIX : ''

0 comments on commit f9683da

Please sign in to comment.