From 0600efbe754f9837dc5bb48938a1ec2dc2450113 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Sep 24 2018 19:16:23 +0000 Subject: missing $ in git push instruction --- diff --git a/modules/ROOT/pages/making-modules/updating-modules.adoc b/modules/ROOT/pages/making-modules/updating-modules.adoc index 256ae17..60bbc54 100644 --- a/modules/ROOT/pages/making-modules/updating-modules.adoc +++ b/modules/ROOT/pages/making-modules/updating-modules.adoc @@ -25,7 +25,7 @@ $ fedpkg clone modules/NAME $ cd NAME $ fedpkg switch-branch BRANCH $ git commit --allow-empty -m "update" -git push +$ git push ---- * `NAME` — name of the module