[SUCS Devel] [Git][sucssite/sucs-site][master] really fix the pull script
    Imran Hussain 
    imranh at sucs.org
       
    Tue Sep 24 12:41:18 BST 2019
    
    
  
Imran Hussain pushed to branch master at sucssite / sucs-site
Commits:
683c9187 by Imran Hussain at 2019-09-24T11:39:15Z
really fix the pull script
- - - - -
1 changed file:
- htdocs/pull.php
Changes:
=====================================
htdocs/pull.php
=====================================
@@ -3,7 +3,7 @@
 exec("cd ..; git reset --hard HEAD; git pull", $retArr, $retVal);
 
 if ($retVal == 0) {
-	print(ok);
+	print("ok");
 	exit(0);
 }
 
View it on GitLab: https://projects.sucs.org/sucssite/sucs-site/commit/683c9187a6aee8cc208eb6df3116901023f532af
-- 
View it on GitLab: https://projects.sucs.org/sucssite/sucs-site/commit/683c9187a6aee8cc208eb6df3116901023f532af
You're receiving this email because of your account on projects.sucs.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sucs.org/pipermail/devel/attachments/20190924/a4b339f6/attachment-0001.html>
    
    
More information about the Devel
mailing list