aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2022-12-05 19:02:01 +0000
committerChristopher Baines <mail@cbaines.net>2022-12-05 19:02:01 +0000
commit9ab04cb7ae5daaf2527bcc1f683dccca41615399 (patch)
tree422e8e55e73f099cf6eaf75e66a68049f85f9df9
parenta4641ab780d1002ef80c7464882ad667fe0ee87f (diff)
downloadqa-frontpage-9ab04cb7ae5daaf2527bcc1f683dccca41615399.tar
qa-frontpage-9ab04cb7ae5daaf2527bcc1f683dccca41615399.tar.gz
Fix string to number
-rw-r--r--guix-qa-frontpage/manage-patch-branches.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-qa-frontpage/manage-patch-branches.scm b/guix-qa-frontpage/manage-patch-branches.scm
index f1d26b1..9df7ba0 100644
--- a/guix-qa-frontpage/manage-patch-branches.scm
+++ b/guix-qa-frontpage/manage-patch-branches.scm
@@ -243,7 +243,7 @@
(and series
(and=>
(get-issue-branch-base-and-target-refs
- issue-number)
+ (string->number issue-number))
patch-series-compare-url))))
(with-exception-handler
(lambda (exn)