Skip to content

Commit

Permalink
fix: wrong set of legacy APIVersions
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Tym-Czarnocki <crazybarber@users.noreply.github.com>
  • Loading branch information
crazybarber committed Jun 3, 2022
1 parent d41a9a6 commit c7c6423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/root/loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func loadExternalCommand(ctx context.CLIContext, rootCmd *cobra.Command, dep sch
var wg sync.WaitGroup

switch cmdConfig.APIVersion {
case "g2a-cli/v1beta1":
case "g2a-cli/v1beta1", "g2a-cli/v1beta2", "g2a-cli/v1beta3", "g2a-cli/v1beta4":
externalCmd.Stdout = os.Stdout
externalCmd.Stderr = os.Stderr
case "klio/v1":
Expand Down

0 comments on commit c7c6423

Please sign in to comment.