Roagen: changed remote repo name from origin to upstream
This commit is contained in:
parent
e7405a7d80
commit
67fa9b17e2
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
// Before we begin. Ensure registry repository is up-to-date
|
||||
echo shell_exec ("/usr/bin/git -C ../registry/ pull origin master:master 2>&1");
|
||||
echo shell_exec ("/usr/bin/git -C ../registry/ pull upstream master:master 2>&1");
|
||||
|
||||
/*
|
||||
* Function:
|
||||
|
|
Loading…
Reference in a new issue