mirror of
https://github.com/Dokploy/cli.git
synced 2026-07-02 04:25:20 +02:00
Update src/commands/env/pull.ts
This commit is contained in:
2
src/commands/env/pull.ts
vendored
2
src/commands/env/pull.ts
vendored
@@ -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."));
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user