Skip to content

Commit

Permalink
fix: fctl cloud organizations update (#1141)
Browse files Browse the repository at this point in the history
Co-authored-by: David Ragot <[email protected]>
  • Loading branch information
Dav-14 and David Ragot authored Jan 22, 2024
1 parent 699b1a5 commit 92e7b7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/fctl/cmd/cloud/organizations/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ func NewUpdateCommand() *cobra.Command {
fctl.WithArgs(cobra.ExactArgs(1)),
fctl.WithConfirmFlag(),
fctl.WithStringFlag("name", "", "Organization Name"),
fctl.WithStringSliceFlag("default-stack-role", []string{}, "Default Stack Role"),
fctl.WithStringFlag("default-stack-role", "", "Default Stack Role"),
fctl.WithStringFlag("domain", "", "Organization Domain"),
fctl.WithStringSliceFlag("default-organization-role", []string{}, "Default Organization Role"),
fctl.WithStringFlag("default-organization-role", "", "Default Organization Role"),
fctl.WithController[*DescribeStore](NewUpdateController()),
)
}
Expand Down

0 comments on commit 92e7b7c

Please sign in to comment.