Skip to content

Commit 2bca179

Browse files
fix: fetch secrets in all paths by default
1 parent e19a18c commit 2bca179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export default class Phase {
167167
try {
168168
const queryHeaders = {
169169
environment: env.id,
170-
path: options.path || "/",
170+
path: options.path,
171171
keyDigest: options.key
172172
? await digest(options.key.toUpperCase(), env.salt)
173173
: null,

0 commit comments

Comments
 (0)