Skip to content

Commit

Permalink
Fix atom name
Browse files Browse the repository at this point in the history
  • Loading branch information
msdobrescu committed Jan 17, 2025
1 parent f495b03 commit ae08898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/templates/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@

{{- $value := ( index $atom "usepkg_exclude" ) }}
{{- if $value }}
{{- $usepkg_exclude = trim ( printf "%s %s" $usepkg_exclude ( trim $atom.atom | replace "/" "\\/" ) ) }}
{{- $usepkg_exclude = trim ( printf "%s %s" $usepkg_exclude ( trim $atom.atom ) ) }}
{{- end }}

{{- end }}
Expand Down

0 comments on commit ae08898

Please sign in to comment.