Skip to content

Commit

Permalink
feat(env): add missing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
LeadcodeDev committed Mar 25, 2024
1 parent d330f82 commit 90d95ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export async function configure(command: Configure) {
variables: {
REDIS_HOST: `Env.schema.string({ format: 'host' })`,
REDIS_PORT: 'Env.schema.number()',
REDIS_PASSWORD: Env.schema.string.optional(),
REDIS_PASSWORD: 'Env.schema.string.optional()',
},
})

Expand Down

0 comments on commit 90d95ea

Please sign in to comment.