Skip to content

Commit 4f2ec3e

Browse files
authored
Merge pull request schoolofdevops#6 from Krullet/hotfix/line-break-fix
removed faulty row-break in syntax example
2 parents bcf26ac + ca6dd2d commit 4f2ec3e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

chapters/cluster_setup_kubespray.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -355,9 +355,7 @@ To install **kubectl** on Ubuntu,
355355

356356
```
357357
sudo apt-get update && sudo apt-get install -y apt-transport-https
358-
curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo
359-
360-
apt-key add -
358+
curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
361359
362360
sudo touch /etc/apt/sources.list.d/kubernetes.list
363361

0 commit comments

Comments
 (0)