Skip to content

Commit 5fa9d71

Browse files
committed
chore: fix up references after rebase
1 parent 6205bc8 commit 5fa9d71

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed
File renamed without changes.

cmd/run_hooks.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ import (
88
"github.com/uselagoon/build-deploy-tool/internal/hooks"
99
)
1010

11-
var runCmd = &cobra.Command{
12-
Use: "run",
13-
Aliases: []string{"r"},
14-
Short: "Run commands",
15-
}
16-
1711
var runHookCmd = &cobra.Command{
1812
Use: "hooks",
1913
Aliases: []string{"hook", "h"},

0 commit comments

Comments
 (0)