Update 'lib/functions.php'

This commit is contained in:
netravnen 2020-02-02 20:01:05 +00:00
parent ee98dbc519
commit 469922a4f8

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