Skip to content

Commit dcfb478

Browse files
committed
fix(env): Correct prompt message in env push command
1 parent d7ef052 commit dcfb478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/env/push.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export default class EnvPush extends Command {
8484
const {result: {serviceType, service}} = await inquirer.prompt<any>([
8585
{
8686
choices,
87-
message: "Select a service to pull the environment variables:",
87+
message: "Select a service to push the environment variables:",
8888
name: "result",
8989
type: "list",
9090
},

0 commit comments

Comments
 (0)