no errors
This commit is contained in:
parent
3564f1c275
commit
4db3329d68
@ -1,3 +1,3 @@
|
||||
function _repo_list
|
||||
find "$REPO_BASE_DIR" -type d -name ".git" -printf "%h\n" | sed 's|.*/||; s/\./_/g'
|
||||
find "$REPO_BASE_DIR" -type d -name ".git" -printf "%h\n" 2>/dev/null | sed 's|.*/||; s/\./_/g'
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user