Skip to content

Commit

Permalink
cd to clonePath after cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Feb 8, 2021
1 parent ef9b74a commit 0b63d7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/env/lib/download-sources.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ async function downloadGitSource( source, { onProgress, spinner, debug } ) {
'--depth': '1',
'--no-single-branch': null,
} );
await git.cwd( source.clonePath );
}

log( 'Fetching the specified ref.' );
Expand Down

0 comments on commit 0b63d7b

Please sign in to comment.