Skip to content

Commit

Permalink
fix env id flag
Browse files Browse the repository at this point in the history
  • Loading branch information
yaronya committed May 12, 2024
1 parent 8887b5b commit 94ab9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/config/arguments.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const argumentsMap = {
group: ['deploy', 'destroy', 'approve', 'cancel', 'configure']
},
[ENVIRONMENT_ID]: {
name: ENVIRONMENT_NAME,
name: ENVIRONMENT_ID,
type: String,
description: 'The environment id you want to perform the action on',
prompt: 'Environment ID',
Expand Down

0 comments on commit 94ab9a4

Please sign in to comment.