🎨 Misc. formatting

This commit is contained in:
Scott Lahteine 2023-03-14 16:48:17 -05:00
parent 50893c414d
commit 66d94ece33
2 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@ REPO=${INFO[2]}
set -e set -e
echo "Adding and fetching $USER..." echo "Adding and fetching $USER/$REPO..."
git remote add "$USER" "git@github.com:$USER/$REPO.git" >/dev/null 2>&1 || echo "Remote exists." git remote add "$USER" "git@github.com:$USER/$REPO.git" >/dev/null 2>&1 || echo "Remote exists."
git fetch "$USER" git fetch "$USER"