fix: newline issues with --expose-deps

This commit is contained in:
b1ek 2024-09-07 17:06:28 +10:00
parent 388ab8f020
commit 96d42c6385
Signed by: blek
GPG Key ID: A622C22C9BC616B2
1 changed files with 2 additions and 2 deletions

4
rdc.sh
View File

@ -21,5 +21,5 @@ if (( ${#non_ok[@]} != 0 )); then
fi
unset non_ok{{if .UnsetDeps}}
unset {{.DepsVar}}
{{end}}# Dependencies are OK at this point
unset {{.DepsVar}}{{end}}
# Dependencies are OK at this point