mirror of
https://github.com/Dokploy/cli.git
synced 2026-06-15 20:25:22 +02:00
fix(env): Correct prompt message in env push command
This commit is contained in:
2
src/commands/env/push.ts
vendored
2
src/commands/env/push.ts
vendored
@@ -84,7 +84,7 @@ export default class EnvPush extends Command {
|
||||
const {result: {serviceType, service}} = await inquirer.prompt<any>([
|
||||
{
|
||||
choices,
|
||||
message: "Select a service to pull the environment variables:",
|
||||
message: "Select a service to push the environment variables:",
|
||||
name: "result",
|
||||
type: "list",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user