We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ef052 commit dcfb478Copy full SHA for dcfb478
src/commands/env/push.ts
@@ -84,7 +84,7 @@ export default class EnvPush extends Command {
84
const {result: {serviceType, service}} = await inquirer.prompt<any>([
85
{
86
choices,
87
- message: "Select a service to pull the environment variables:",
+ message: "Select a service to push the environment variables:",
88
name: "result",
89
type: "list",
90
},
0 commit comments