Skip to content

Commit

Permalink
auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dannegm committed Nov 4, 2012
1 parent 5fb4938 commit 9dac8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.php
@@ -1,6 +1,6 @@
<?php <?php
$out = array(); $out = array();
$cmd = exec('sh updategit.sh', $out); $cmd = exec('git pull origin master', $out);
if ($cmd){ if ($cmd){
echo "Pull exitoso<br>"; echo "Pull exitoso<br>";
echo end($out); echo end($out);
Expand Down

0 comments on commit 9dac8bf

Please sign in to comment.