Skip to content

Commit a06fe21

Browse files
committed
fix syntax error #8
1 parent c98a0f4 commit a06fe21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

do-init/copy-local-repo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function main() {
2626
local dest_repo=$2
2727

2828
cd $src_repo
29-
local full_src_repo_path="file://$(PWD)"
29+
local full_src_repo_path="file://$(pwd)"
3030
cd - >/dev/null
3131

3232
if [[ -d $dest_repo ]]; then

0 commit comments

Comments
 (0)