Skip to content

Commit

Permalink
Actually rename the directory correctly. (sigstore#70)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Lorenc <dlorenc@google.com>
  • Loading branch information
dlorenc committed Mar 11, 2021
1 parent 28d1e9f commit eb0200a
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion cmd/main.go → cmd/cosign/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (

"github.com/google/go-containerregistry/pkg/logs"
"github.com/peterbourgon/ff/v3/ffcli"
cli "github.com/sigstore/cosign/cmd/cosign"
"github.com/sigstore/cosign/cmd/cosign/cli"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion test/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (

"github.com/google/go-containerregistry/pkg/v1/random"
"github.com/google/go-containerregistry/pkg/v1/remote"
cli "github.com/sigstore/cosign/cmd/cosign"
"github.com/sigstore/cosign/cmd/cosign/cli"
)

var keyPass = []byte("hello")
Expand Down

0 comments on commit eb0200a

Please sign in to comment.