Skip to content

Fix .File use warning

Martyn Welch requested to merge wip/martyn/T7680-Add-source-link into master

A warning was missed whilst implementing the source file link:

.File.Path on zero object. Wrap it in if or with: {{ with .File }}{{ .Path }}{{ end }}

Update to use the recommended format.

Signed-off-by: Martyn Welch martyn.welch@collabora.com

Merge request reports