Skip to content

Commit 786eb65

Browse files
authored
Merge pull request kubernetes#4008 from afbjorklund/package-version
The GitHub release notes were missing a version
2 parents 9b8e3ed + f7a8294 commit 786eb65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hack/jenkins/release_github_page.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ curl -Lo minikube https://storage.googleapis.com/minikube/releases/${TAGNAME}/mi
6363
Feel free to leave off \`\`\`sudo cp minikube /usr/local/bin/ && rm minikube\`\`\` if you would like to add minikube to your path manually.
6464
6565
### Debian Package (.deb) [Experimental]
66-
Download the \`minikube_${DEB_VERSION}.deb\` file, and install it using \`sudo dpkg -i minikube_$(DEB_VERSION).deb\`
66+
Download the \`minikube_${DEB_VERSION}.deb\` file, and install it using \`sudo dpkg -i minikube_${DEB_VERSION}.deb\`
6767
6868
### RPM Package (.rpm) [Experimental]
69-
Download the \`minikube-${RPM_VERSION}.rpm\` file, and install it using \`sudo rpm -i minikube-$(RPM_VERSION).rpm\`
69+
Download the \`minikube-${RPM_VERSION}.rpm\` file, and install it using \`sudo rpm -i minikube-${RPM_VERSION}.rpm\`
7070
7171
### Windows [Experimental]
7272
Download the \`minikube-windows-amd64.exe\` file, rename it to \`minikube.exe\` and add it to your path.

0 commit comments

Comments
 (0)