Skip to content

Commit c1e97fe

Browse files
committed
test: correct old chezmoi empty characters
1 parent 92ef8b7 commit c1e97fe

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

run_once_210_node_packages.sh.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ if [[ -n "${DRY_RUN}" && "${DRY_RUN}" == true ]]; then
55
exit 0
66
fi
77

8-
{{- if (and (eq .chezmoi.os "linux") (not .codespaces)) -}}
8+
{{ if (and (eq .chezmoi.os "linux") (not .codespaces)) -}}
99
SCRIPTS_FOLDER="$HOME/.dotfiles/scripts"
10-
{{- else -}}
10+
{{ else -}}
1111
SCRIPTS_FOLDER="/__w/dotfiles/dotfiles/scripts"
12-
{{- end -}}
12+
{{ end -}}
1313

1414
# set global prefix
1515
npm config set prefix "$HOME/.npm-global"

run_once_220_go_packages.sh.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ if [[ -n "${DRY_RUN}" && "${DRY_RUN}" == true ]]; then
55
exit 0
66
fi
77

8-
{{- if (and (eq .chezmoi.os "linux") (not .codespaces)) -}}
8+
{{ if (and (eq .chezmoi.os "linux") (not .codespaces)) -}}
99
SCRIPTS_FOLDER="$HOME/.dotfiles/scripts"
10-
{{- else -}}
10+
{{ else -}}
1111
SCRIPTS_FOLDER="/__w/dotfiles/dotfiles/scripts"
12-
{{- end -}}
12+
{{ end -}}
1313

1414
# install Go global packages
1515
$SCRIPTS_FOLDER/go.sh \

0 commit comments

Comments
 (0)