From e37f688dd70e624ae81aa9a943f33da2701a2452 Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Sat, 05 Apr 2025 19:05:28 +0000 Subject: [PATCH] appview: fix nil assignment --- appview/state/pull.go | 3 +-- 1 file(s) changed, 1 insertion(s)(+), 2 deletion(s)(-) diff --git a/appview/state/pull.go b/appview/state/pull.go --- a/appview/state/pull.go +++ b/appview/state/pull.go @@ -372,9 +372,8 @@ return } } + p.PullSource.Repo = pullSourceRepo } - - p.PullSource.Repo = pullSourceRepo } identsToResolve := make([]string, len(pulls)) -- tangled.sh