Update
This commit is contained in:
parent
d8790046a4
commit
aedcbae79c
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ function perform_clone_or_pull {
|
|||
target="$1";
|
||||
echo "Checking out working copy to remote: $target"
|
||||
if [ ! -e "$target/.git" ]; then
|
||||
git clone "$REPO" "$target";
|
||||
git clone "$REPO" "$target"
|
||||
fi
|
||||
(
|
||||
cd "$target"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue