Skip to content

Commit

Permalink
Remove extra curly brace
Browse files Browse the repository at this point in the history
  • Loading branch information
oz123 committed Dec 21, 2023
1 parent 08ecc9b commit 669bf48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-two-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ function build_canvos() {
function build_all() {

# optionally build/rebuild provider-k3s
test -d ../provider-k3s || ( cd .. && git clone https://github.com/kairos-io/provider-k3s -b ${PROVIDER_K3S_BRANCH}})
test -d ../provider-k3s || ( cd .. && git clone https://github.com/kairos-io/provider-k3s -b ${PROVIDER_K3S_BRANCH})
cd ../provider-k3s
export PROVIDER_K3S_HASH=$(git describe --always)
(
Expand Down

0 comments on commit 669bf48

Please sign in to comment.