Skip to content

Commit c225007

Browse files
authored
updating git pull command to not hang on server
1 parent 50bab18 commit c225007

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/git-pull.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22
echo system('git reset --hard');
33
echo system('git checkout -- .');
4-
echo system('git pull git://github.com/processing/p5.js-website.git gh-pages');
5-
?>
4+
echo system('git pull https://github.com/processing/p5.js-website.git gh-pages');
5+
?>

0 commit comments

Comments
 (0)