diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2025-01-26 23:59:06 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2025-01-26 23:59:06 +0100 |
| commit | 3512521213f8701ebbb4e5515954ec5ab8ea2993 (patch) | |
| tree | a974e460b936899668c36f9b50a0695f49d5b158 /server | |
| parent | e1d7f40ce273a983b4f871a5ba13bbda839afe72 (diff) | |
Drive-by: Correct comment
Diffstat (limited to 'server')
| -rw-r--r-- | server/src/git_root.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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=?", |
