From 3512521213f8701ebbb4e5515954ec5ab8ea2993 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Sun, 26 Jan 2025 23:59:06 +0100 Subject: Drive-by: Correct comment --- server/src/git_root.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/git_root.rs b/server/src/git_root.rs index bb6e5af..9ce1f70 100644 --- a/server/src/git_root.rs +++ b/server/src/git_root.rs @@ -277,7 +277,7 @@ async fn git_process_posthook( } }; } else if row.new_value == git::EMPTY { - // Delete branch, prehook already checked that it is not connected to a branch. + // Delete branch, prehook already checked that it is not connected to a review. } else { match sqlx::query!( "SELECT id, rewrite FROM reviews WHERE project=? AND branch=?", -- cgit v1.2.3-70-g09d2