Include new files in repository syncs
This commit is contained in:
parent
2051d2808a
commit
5365e14035
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@ list_repos () {
|
||||||
sync_repo () {
|
sync_repo () {
|
||||||
repo=$1
|
repo=$1
|
||||||
|
|
||||||
echo git-sync -s "${repo}"
|
echo git-sync "${repo}"
|
||||||
( cd "${repo}" && "$(systemd-path user-binaries)"/hookless-git-sync -s sync )
|
( cd "${repo}" && "$(systemd-path user-binaries)"/hookless-git-sync -n -s sync )
|
||||||
echo
|
echo
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue