Skip to content

Commit

Permalink
Update src/commands/env/pull.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio authored Dec 21, 2024
1 parent 32f630a commit 05fadbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/env/pull.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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."));


Expand Down

0 comments on commit 05fadbe

Please sign in to comment.