Skip to content

Commit 0962109

Browse files
committed
fix: write to the correct file
1 parent d585f55 commit 0962109

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cli/src/commands/connect/write-env.spinner.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export async function writeEnvSpinner(env: Partial<DotEnv>) {
4242

4343
await writeEnv(
4444
{
45+
SETTLEMINT_ENVIRONMENT: env.SETTLEMINT_ENVIRONMENT, // needed for the filename
4546
SETTLEMINT_ACCESS_TOKEN: env.SETTLEMINT_ACCESS_TOKEN,
4647
SETTLEMINT_HASURA_ADMIN_SECRET: env.SETTLEMINT_HASURA_ADMIN_SECRET,
4748
},

0 commit comments

Comments
 (0)