From 2699a23fbbe05998780a78c322953ce424382d8b Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Tue, 3 Oct 2017 22:19:18 +0200 Subject: [PATCH] fix how-to --- templates/challenge-how-to.hamlet | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/challenge-how-to.hamlet b/templates/challenge-how-to.hamlet index e421da8..bb15520 100644 --- a/templates/challenge-how-to.hamlet +++ b/templates/challenge-how-to.hamlet @@ -36,9 +36,12 @@ $if not isIDSet || not isSSHUploaded
   git clone ssh://gitolite@gonito.net/#{idToBeShown}/#{challengeName challenge}
+
+

(Warning about empty repository is expected, don't worry about it.) + +

   cd #{challengeName challenge}
   git pull ssh://gitolite@gonito.net/#{challengeName challenge}
-  git push origin master
 
 

(Alternatively, you can use any other Git repo, e.g. GitHub, make sure Gonito.net has access to your repo.)