From d773397fe91271ede184e4b3e99679fc70e01994 Mon Sep 17 00:00:00 2001 From: suhasgumma Date: Tue, 15 Nov 2022 10:34:36 +0530 Subject: [PATCH] replace src with RelSrc --- core/pkg/resourcehandler/filesloader.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pkg/resourcehandler/filesloader.go b/core/pkg/resourcehandler/filesloader.go index 77601c5c..600a662c 100644 --- a/core/pkg/resourcehandler/filesloader.go +++ b/core/pkg/resourcehandler/filesloader.go @@ -143,7 +143,7 @@ func getResourcesFromPath(path string) (map[string]reporthandling.Source, []work } workloadSource := reporthandling.Source{ - RelativePath: source, + RelativePath: relSource, FileType: filetype, LastCommit: lastCommit, }