mirror of
https://github.com/nix-community/emacs-overlay.git
synced 2025-12-06 02:40:25 -08:00
update: fixup repos for git diff
This commit is contained in:
parent
9893e2a614
commit
8ff5240882
1 changed files with 1 additions and 1 deletions
2
update
2
update
|
|
@ -7,7 +7,7 @@ repo="$1"
|
|||
|
||||
"repos/$repo/update"
|
||||
|
||||
if git diff --exit-code "$repo" > /dev/null; then
|
||||
if git diff --exit-code "repos/$repo" > /dev/null; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue