From 4688e4c78e5bea8ee583210a8842d4a15fdc8366 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Fri, 2 May 2025 01:26:14 -0700 Subject: [PATCH] fix(cuda-nvcc): Missing D in updbranch (#4610) (#4613) Signed-off-by: Gilver (cherry picked from commit 38781967e0ba467a2f004f3a000fe3324496ab58) Co-authored-by: Gilver --- anda/tools/cuda-nvcc/anda.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/cuda-nvcc/anda.hcl b/anda/tools/cuda-nvcc/anda.hcl index 8d4c402ee9..0003b49cf7 100644 --- a/anda/tools/cuda-nvcc/anda.hcl +++ b/anda/tools/cuda-nvcc/anda.hcl @@ -3,7 +3,7 @@ project "pkg" { spec = "cuda-nvcc.spec" } labels { - upbranch = 1 + updbranch = 1 subrepo = "nvidia" } }