mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-06 05:54:28 -04:00
cli: remove debug env check for AWS (#460)
This commit is contained in:
parent
cf36b85ff9
commit
309a4b5196
4 changed files with 0 additions and 37 deletions
|
@ -26,7 +26,6 @@ func newConfigGenerateCmd() *cobra.Command {
|
|||
Args: cobra.MatchAll(
|
||||
cobra.ExactArgs(1),
|
||||
isCloudProvider(0),
|
||||
warnAWS(0),
|
||||
),
|
||||
ValidArgsFunction: generateCompletion,
|
||||
RunE: runConfigGenerate,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue