Skip to content

Commit

Permalink
fixing rebase issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dgershman committed Jun 26, 2023
1 parent 2301d72 commit 068f846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cmd/tools/crane.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
package tools

import (
"os"
"fmt"
"github.com/defenseunicorns/zarf/src/config"
"github.com/defenseunicorns/zarf/src/config/lang"
Expand All @@ -16,6 +15,7 @@ import (
"github.com/google/go-containerregistry/pkg/logs"
v1 "github.com/google/go-containerregistry/pkg/v1"
"github.com/spf13/cobra"
"os"
"strings"
)

Expand Down Expand Up @@ -70,7 +70,7 @@ func init() {

registryCmd.AddCommand(craneCopy)
registryCmd.AddCommand(zarfCraneCatalog(&craneOptions))
registryCmd.AddCommand(zarfCraneList(&cranePlatformOptions))
registryCmd.AddCommand(zarfCraneList(&craneOptions))

registryCmd.PersistentFlags().BoolVarP(&verbose, "verbose", "v", false, lang.CmdToolsRegistryFlagVerbose)
registryCmd.PersistentFlags().BoolVar(&insecure, "insecure", false, lang.CmdToolsRegistryFlagInsecure)
Expand Down

0 comments on commit 068f846

Please sign in to comment.