diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/includes/downloader.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/includes/downloader.inc b/core/includes/downloader.inc index 3596fa58..4d4d23ba 100644 --- a/core/includes/downloader.inc +++ b/core/includes/downloader.inc @@ -138,6 +138,7 @@ autoclone () { if [ -n "$checkout" ]; then cd "$dstdir/$dst" || perror "cd error. check redbook." git checkout "$checkout" || perror "Could not checkout $checkout from $url" + cd - fi fi done |