Skip to content

Commit 1188f31

Browse files
committed
Fix typo
Change-Id: I0f4cb8ab6b60cab5270ec68cf629dd65789b99af Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
1 parent 5ca9ae6 commit 1188f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/ci/Vagrantfile-debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Vagrant.configure("2") do |config|
6060
curl -sSfL --retry 5 --retry-delay 3 "https://github.com/sigstore/cosign/releases/download/$COSIGN_VERSION/cosign-linux-amd64" -o "$COSIGN_BINARY"
6161
chmod +x "$COSIGN_BINARY"
6262
63-
# Insatll kubernetes related binaries
63+
# Install kubernetes related binaries
6464
KUBERNETES_VERSION=v1.30
6565
curl -fsSL https://pkgs.k8s.io/core:/stable:/$KUBERNETES_VERSION/deb/Release.key | gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg
6666
echo "deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/$KUBERNETES_VERSION/deb/ /" | tee /etc/apt/sources.list.d/kubernetes.list

0 commit comments

Comments
 (0)