From a13dd1129669b87f69d62aaff00a7e2cc2d2c008 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 20 Jul 2024 10:10:09 +0300 Subject: postrecv-bugs: fix closes invocation Signed-off-by: Arthur Zamarin --- local/postrecv-bugs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/postrecv-bugs b/local/postrecv-bugs index cf8097a..76d1353 100755 --- a/local/postrecv-bugs +++ b/local/postrecv-bugs @@ -127,7 +127,7 @@ for bug in "${!CLOSE_BUGS[@]}"; do Additionally, it has been referenced in the following commit(s):${COMMENT_BUGS[${bug}]}" fi - bugz modify -s RESOLVED -r "${CLOSE_RESO[bug]}" -c "${msg}" "${bug}" + bugz modify -s RESOLVED -r "${CLOSE_RESO[${bug}]}" -c "${msg}" "${bug}" done for bug in "${!COMMENT_BUGS[@]}"; do -- cgit v1.2.3-65-gdbad