Skip to content

Commit d4bc85b

Browse files
authored
fix(scripts/setup): update the location for the captainhook binary (#3730)
1 parent a4f92b3 commit d4bc85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ function genkit::install_go_cli_tools_ci() {
222222
# Install all the required tools that have been written in Go.
223223
function genkit::install_go_cli_tools_eng() {
224224
go install github.com/Gelio/go-global-update@latest
225-
go install github.com/captainhook-go/captainhook/cmd/captainhook@latest
225+
go install github.com/captainhook-git/captainhook-bin/cmd/captainhook@latest
226226
go install github.com/google/addlicense@latest
227227
go install github.com/google/go-licenses@latest
228228
go install github.com/jesseduffield/lazygit@latest

0 commit comments

Comments
 (0)