Update 'lib/functions.php'
This commit is contained in:
parent
ee98dbc519
commit
469922a4f8
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
function checkoutMaster ()
|
||||
{
|
||||
echo shell_exec ("/usr/bin/git -C ../registry/ o master --quiet 2>&1");
|
||||
echo shell_exec ("/usr/bin/git -C ../registry/ checkout master --quiet 2>&1");
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue