mmumshad / kubernetes-the-hard-way

Bootstrap Kubernetes the hard way on Vagrant on Local Machine. No scripts.
Apache License 2.0
4.6k stars 4.48k forks source link

Remove Curly Braces #308

Closed Sajiyah-Salat closed 10 months ago

Sajiyah-Salat commented 1 year ago

I don't know the reason of adding curly braces before commands. I have removed it as It was not looking good. Let me know what do you think. Thank you.

fireflycons commented 10 months ago

Hi, The braces are there not for some style reason. It is so that if you copy the entire code block and paste to the terminal, it will run to completion. Without braces, paste execution generally stops after the first sudo command and the rest of the statements are not executed.