Fix indentation in git-pending script

This commit is contained in:
Talia 2021-01-25 15:33:48 +01:00
parent 1480cbbd96
commit 6e544d7503
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
repos() { repos() {
(for name in $@; do find -L $name -name '*.git' -type d | sed 's/\/.git$//'; done) (for name in $@; do find -L $name -name '*.git' -type d | sed 's/\/.git$//'; done)
} }
for line in $(repos "$@") for line in $(repos "$@")