Skip to content

Commit 071eff3

Browse files
committed
move commands -> cmd/continuity/commands
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 840357f commit 071eff3

10 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

cmd/continuity/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ package main
1919
import (
2020
_ "crypto/sha256"
2121

22-
"github.com/containerd/continuity/commands"
22+
"github.com/containerd/continuity/cmd/continuity/commands"
2323
)
2424

2525
func main() {

0 commit comments

Comments
 (0)