From 05fadbe8002619dc16d2f2dc1206310b67f22b6d Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sat, 21 Dec 2024 02:03:18 -0600 Subject: [PATCH] Update src/commands/env/pull.ts --- src/commands/env/pull.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/env/pull.ts b/src/commands/env/pull.ts index cfc4150..bddbec7 100644 --- a/src/commands/env/pull.ts +++ b/src/commands/env/pull.ts @@ -74,7 +74,7 @@ export default class EnvPull extends Command { ]); - fs.writeFileSync(args.file, env) + fs.writeFileSync(args.file, env || "") this.log(chalk.green("Environment variable write to file successful."));