Skip to content

Commit 4fde9f8

Browse files
authored
chore: reformat (#5)
1 parent 7f771a1 commit 4fde9f8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

bin/ghclone

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ else
1818
fi
1919

2020
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
21+
git clone [email protected]:"$2"/"$1".git $TARGET_DIR
22+
23+
echo "Moving active directory into $TARGET_DIR"
24+
cd $TARGET_DIR
2425

2526
if [[ $UPSTREAM != '' ]]; then
2627
echo "Configuring remote upstream of $3/$1"

0 commit comments

Comments
 (0)