fix(env): Correct prompt message in env push command

This commit is contained in:
Sebastian Vallin
2025-09-17 16:25:37 +02:00
parent d7ef05239f
commit dcfb478035

View File

@@ -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",
},