Update the ~/repos only
This commit is contained in:
parent
5edfc00f08
commit
fc3db12be7
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ _remove_old_snaps() {
|
|||
|
||||
# Update local git repositories (mostly ~/repos)
|
||||
_update_repositories() {
|
||||
[ -d $REPOS ] || return
|
||||
|
||||
echo 'Updating repositories'
|
||||
|
||||
cwd=$(pwd)
|
||||
|
|
Loading…
Reference in a new issue