Skip to content

Commit 9027c28

Browse files
committed
Add newline after Gitlab in speaker file
Fixes #113 Signed-off-by: Matt Stratton <[email protected]>
1 parent ba33b2e commit 9027c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

speaker/templates.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ github = "{{ . }}"
2121
{{- with .Gitlab }}
2222
gitlab = "{{ . }}"
2323
{{- end }}
24-
{{- with .ImagePath -}}
24+
{{- with .ImagePath }}
2525
image = "{{ . }}"
2626
{{- end }}
2727
+++

0 commit comments

Comments
 (0)