Skip to content

Commit

Permalink
Fix kubebuilder build path in common installer
Browse files Browse the repository at this point in the history
  • Loading branch information
migueleliasweb committed Jan 17, 2025
1 parent 974dad0 commit 21ffbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ SKIP_FETCH_TOOLS=${SKIP_FETCH_TOOLS:-""}
function build_kb {
header_text "Building kubebuilder"

go build -o "${kb_root_dir}/bin/kubebuilder" ./cmd
go build -o "${kb_root_dir}/bin/kubebuilder"
kb="${kb_root_dir}/bin/kubebuilder"
}

Expand Down

0 comments on commit 21ffbec

Please sign in to comment.