mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-29 23:07:42 +00:00
🎨 Misc. formatting
This commit is contained in:
parent
50893c414d
commit
66d94ece33
@ -29,7 +29,7 @@ REPO=${INFO[2]}
|
||||
|
||||
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 fetch "$USER"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user