diff --git a/templates/challenge-how-to.hamlet b/templates/challenge-how-to.hamlet index 3726a4a..5a9b529 100644 --- a/templates/challenge-how-to.hamlet +++ b/templates/challenge-how-to.hamlet @@ -53,11 +53,11 @@ $case (appRepoScheme settings)
       git clone --single-branch #{appRepoHost settings}#{shownId}/#{challengeName challenge}
 
-      

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

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

     cd #{challengeName challenge}
-    git pull #{appRepoHost settings}#{challengeName challenge}
+    git pull #{repoUrl repo}
 
   

Using an external repository