mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
fix(repo-card): add missing dollar sign
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
{{- $gitLabData := dict -}}
|
||||
{{- with try (resources.GetRemote $gitlabURL) -}}
|
||||
{{- with .Err -}}
|
||||
{{- warnf "gitlab shortcode: failed to fetch remote resource from %q: %s" $gitlabURL .Position -}}
|
||||
{{- warnf "gitlab shortcode: failed to fetch remote resource from %q: %s" $gitlabURL $.Position -}}
|
||||
{{- else with .Value -}}
|
||||
{{- $gitLabData = . | transform.Unmarshal -}}
|
||||
{{- else -}}
|
||||
{{- warnf "gitlab shortcode: unable to get remote resource from %q: %s" $gitlabURL .Position -}}
|
||||
{{- warnf "gitlab shortcode: unable to get remote resource from %q: %s" $gitlabURL $.Position -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user