Skip to content

Commit f5d6e74

Browse files
committed
fix extra dash
1 parent 88311b9 commit f5d6e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/jenkins/release_github_page.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ for path in $(gsutil ls "gs://${ISO_BUCKET}/minikube-v${VERSION}*" || true); do
9292
done
9393

9494
# Upload all end-user assets other than preload files, as they are release independent
95-
for file in $( find out \( -name "minikube[_-]*" -or -name "docker-machine-*" -or -name "kic*" -or- -name "licenses.tar.gz" \) ); do
95+
for file in $( find out \( -name "minikube[_-]*" -or -name "docker-machine-*" -or -name "kic*" -or -name "licenses.tar.gz" \) ); do
9696
n=0
9797
until [ $n -ge 5 ]
9898
do

0 commit comments

Comments
 (0)