Skip to content

Commit d798896

Browse files
fbauzacTim Bannister
andauthored
Update content/en/docs/tasks/tools/install-kubectl-linux.md
Co-authored-by: Tim Bannister <[email protected]>
1 parent 9319773 commit d798896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/tools/install-kubectl-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ The following methods exist for installing kubectl on Linux:
146146
```shell
147147
# This overwrites any existing configuration in /etc/apt/sources.list.d/kubernetes.list
148148
echo 'deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/{{< param "version" >}}/deb/ /' | sudo tee /etc/apt/sources.list.d/kubernetes.list
149-
sudo chmod 644 /etc/apt/sources.list.d/kubernetes.list # Needed so that command-not-found works correctly
149+
sudo chmod 644 /etc/apt/sources.list.d/kubernetes.list # helps tools such as command-not-found to work correctly
150150
```
151151

152152
{{< note >}}

0 commit comments

Comments
 (0)