Update src/commands/env/pull.ts

This commit is contained in:
Mauricio Siu
2024-12-21 02:03:18 -06:00
committed by GitHub
parent 32f630a381
commit 05fadbe800

View File

@@ -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."));