replace src with RelSrc

This commit is contained in:
suhasgumma
2022-11-15 10:34:36 +05:30
parent 2e30995bfc
commit d773397fe9
+1 -1
View File
@@ -143,7 +143,7 @@ func getResourcesFromPath(path string) (map[string]reporthandling.Source, []work
}
workloadSource := reporthandling.Source{
RelativePath: source,
RelativePath: relSource,
FileType: filetype,
LastCommit: lastCommit,
}