All tabs now spaced
This commit is contained in:
@ -46,7 +46,7 @@ make_repo() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
update_repo() {
|
update_repo() {
|
||||||
# Pull the latest commits
|
# Pull the latest commits
|
||||||
echo -n "::: Updating repo in $1..."
|
echo -n "::: Updating repo in $1..."
|
||||||
cd "${1}" || exit 1
|
cd "${1}" || exit 1
|
||||||
git stash -q > /dev/null || exit 1
|
git stash -q > /dev/null || exit 1
|
||||||
|
Reference in New Issue
Block a user