diff options
-rw-r--r-- | trunk/lib/common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/lib/common.sh b/trunk/lib/common.sh index 93ebeb1..40306b7 100644 --- a/trunk/lib/common.sh +++ b/trunk/lib/common.sh @@ -654,7 +654,7 @@ function sync_repo { local folder url cwd folder="$1" - url="$1" + url="$2" cwd="`pwd`" mkdir -p $folder |