Skip to content

Commit 90d95ea

Browse files
authored
feat(env): add missing quotes
1 parent d330f82 commit 90d95ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export async function configure(command: Configure) {
3737
variables: {
3838
REDIS_HOST: `Env.schema.string({ format: 'host' })`,
3939
REDIS_PORT: 'Env.schema.number()',
40-
REDIS_PASSWORD: Env.schema.string.optional(),
40+
REDIS_PASSWORD: 'Env.schema.string.optional()',
4141
},
4242
})
4343

0 commit comments

Comments
 (0)