Skip to content
Snippets Groups Projects
Commit 87df0c60 authored by Mikhail Gusarov's avatar Mikhail Gusarov
Browse files

Fix broken list-tracked-by -- list_tracked expects repository at $2

parent d5c11e43
No related branches found
No related tags found
No related merge requests found
......@@ -264,7 +264,7 @@ list_tracked_helper() {
}
list_tracked_by() {
list_tracked $2
list_tracked '' $2
}
list_untracked() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment