Skip to content

Commit

Permalink
Looks like "go install" still needs /...
Browse files Browse the repository at this point in the history
Signed-off-by: Kimmo Lehto <[email protected]>
  • Loading branch information
kke committed Oct 6, 2023
1 parent a51d42a commit 65ca179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smoke-test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ k0sctl:
$(MAKE) -C .. k0sctl

$(bootloose):
go install github.com/k0sproject/bootloose/cmd/bootloose@latest
go install github.com/k0sproject/bootloose/...@latest

id_rsa_k0s:
ssh-keygen -t rsa -f ./id_rsa_k0s -N ""
Expand Down

0 comments on commit 65ca179

Please sign in to comment.