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 c98a0f4 commit a06fe21Copy full SHA for a06fe21
do-init/copy-local-repo.sh
@@ -26,7 +26,7 @@ function main() {
26
local dest_repo=$2
27
28
cd $src_repo
29
- local full_src_repo_path="file://$(PWD)"
+ local full_src_repo_path="file://$(pwd)"
30
cd - >/dev/null
31
32
if [[ -d $dest_repo ]]; then
0 commit comments