Skip to content

Commit 624ac64

Browse files
committed
Rename patchbay command to patchbay-cli
1 parent f28f1fb commit 624ac64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/patchbay/main.go renamed to cmd/patchbay-cli/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"flag"
66
"os"
7-
"github.com/anderspitman/patchbay"
7+
"github.com/patchbay-pub/patchbay"
88
)
99

1010
func main() {

0 commit comments

Comments
 (0)