Update the ~/repos only

This commit is contained in:
Alexander Hess 2023-09-13 14:11:56 +02:00
parent 5edfc00f08
commit fc3db12be7
Signed by: alexander
GPG key ID: 344EA5AB10D868E0

View file

@ -41,6 +41,8 @@ _remove_old_snaps() {
# Update local git repositories (mostly ~/repos)
_update_repositories() {
[ -d $REPOS ] || return
echo 'Updating repositories'
cwd=$(pwd)