We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dda20e commit 711a7dcCopy full SHA for 711a7dc
.maintenance/refresh-repository.php
@@ -10,7 +10,7 @@
10
printf( "--- Refreshing repository \033[32m{$repository}\033[0m ---\n" );
11
12
printf( "Switching to latest \033[33mdefault\033[0m branch...\n" );
13
-system( "git --git-dir={$path}/.git --work-tree={$path} checkout $(git remote show origin | grep 'HEAD branch' | cut -d' ' -f5)" );
+system( "git --git-dir={$path}/.git --work-tree={$path} checkout $(git --git-dir={$path}/.git remote show origin | grep 'HEAD branch' | cut -d' ' -f5)" );
14
15
printf( "Pulling latest changes...\n" );
16
system( "git --git-dir={$path}/.git --work-tree={$path} pull" );
0 commit comments