diff options
Diffstat (limited to 'server/src')
| -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=?", |
