Skip to content

Commit a7ca28e

Browse files
committed
Fix typo
1 parent 4e00652 commit a7ca28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: |
6565
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.23.0/kind-linux-amd64
6666
chmod +x ./kind
67-
sudo mv./kind /usr/local/bin/kind
67+
sudo mv ./kind /usr/local/bin/kind
6868
- name: Run e2e tests
6969
run: make test-e2e
7070
e2e:

0 commit comments

Comments
 (0)