From 35db387fc2d5c47c75acdfd193b8b220fa049df8 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Tue, 17 Apr 2018 16:13:44 -0500 Subject: [PATCH] Add ':' for consistency --- slides/kube/helm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/kube/helm.md b/slides/kube/helm.md index 211377d7..644849f6 100644 --- a/slides/kube/helm.md +++ b/slides/kube/helm.md @@ -48,7 +48,7 @@ helm init ``` -- Add the `helm` completion +- Add the `helm` completion: ```bash . <(helm completion $SHELL) ```