1
0
Fork 0

Update 'lib/functions.php'

This commit is contained in:
netravnen 2020-02-02 20:01:05 +00:00
parent 8ff263f6fb
commit cb0e9ddbd1
1 changed files with 7 additions and 7 deletions

View File

@ -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");
}
/*