Update 'lib/functions.php'
This commit is contained in:
parent
8ff263f6fb
commit
cb0e9ddbd1
|
@ -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