Skip to content

Commit

Permalink
fix(build): fix the wrong dapper command to get version
Browse files Browse the repository at this point in the history
  • Loading branch information
JacieChao authored and Jason-ZW committed Dec 8, 2023
1 parent 10c23c8 commit 37cf01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/lib/dapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function autok3s::dapper::validate() {

autok3s::log::info "installing dapper"
if autok3s::dapper::install; then
autok3s::log::info "dapper: $(dapper -v)"
autok3s::log::info "dapper: $(.dapper -v)"
return 0
fi
autok3s::log::error "no dapper available"
Expand Down

0 comments on commit 37cf01d

Please sign in to comment.