From 7861069018e0b5ac1938ac2700255413c50458bb Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Mon, 20 Apr 2020 17:42:29 -0700 Subject: [PATCH] Fix command in distribution.md. --- distribution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution.md b/distribution.md index 6438573d..eb2ff3d2 100644 --- a/distribution.md +++ b/distribution.md @@ -150,7 +150,7 @@ e.g. `v1.0.2`

     $ git checkout gh-pages
-    $ git pull origin/gh-pages
+    $ git pull origin gh-pages
     $ git add "step-certificates-.tgz"
     $ helm repo index --merge index.yaml --url https://smallstep.github.io/helm-charts/ .
     $ git commit -a -m "Add package for step-certificates vX.Y.Z"