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 32b20f3 commit 9b2bc3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.php
@@ -1,6 +1,6 @@
<?php <?php
$cmd = exec('sh updategit.sh'); $cmd = exec('sh updategit.sh');
echo "Auto pull\n" echo "Auto pull\n";
if ($cmd){ if ($cmd){
echo "Pull exitoso"; echo "Pull exitoso";
}else{ }else{
Expand Down

0 comments on commit 9b2bc3b

Please sign in to comment.