From 7f3fba680764e4f52214072eb1d185a35329900e Mon Sep 17 00:00:00 2001 From: Maaz Khokhar Date: Fri, 10 Jul 2026 18:57:29 -0500 Subject: [PATCH] fixed the random pipe at the end of every repo --- src/tui/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tui/mod.rs b/src/tui/mod.rs index a16a3d7..0edc7eb 100644 --- a/src/tui/mod.rs +++ b/src/tui/mod.rs @@ -22,7 +22,7 @@ pub async fn user_select_repo(repositories: Vec) -> Result