We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f771a1 commit 4fde9f8Copy full SHA for 4fde9f8
bin/ghclone
@@ -18,9 +18,10 @@ else
18
fi
19
20
echo "Cloning $2/$1"
21
- git clone [email protected]:"$2"/"$1".git $TARGET_DIR \
22
- && echo "Moving active directory into $TARGET_DIR" \
23
- && cd $TARGET_DIR
+ git clone [email protected]:"$2"/"$1".git $TARGET_DIR
+
+ echo "Moving active directory into $TARGET_DIR"
24
+ cd $TARGET_DIR
25
26
if [[ $UPSTREAM != '' ]]; then
27
echo "Configuring remote upstream of $3/$1"
0 commit comments