Skip to content

Commit

Permalink
Create fix (#1380)
Browse files Browse the repository at this point in the history
* test again

* fix issue

* fix spacing
  • Loading branch information
sunkickr authored and kushalmalani committed Sep 12, 2023
1 parent e662c3a commit f796457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cloud/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ var (
executor string
inputFile string
cloudProvider string
clusterType string
region string
schedulerSize string
highAvailability string
deploymentCreateEnforceCD bool
deploymentUpdateEnforceCD bool
clusterType = standard
deploymentVariableListExample = `
# List a deployment's variables
$ astro deployment variable list --deployment-id <deployment-id> --key FOO
Expand Down

0 comments on commit f796457

Please sign in to comment.