Skip to content

Commit 9ad52c0

Browse files
authored
Merge pull request #9 from linuxdaemon/update/chezmoi-install-sh
Update chezmoi-install.sh
2 parents c0d89dc + 0640137 commit 9ad52c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/chezmoi-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ check_goos_goarch() {
178178
windows/386) return 0 ;;
179179
windows/amd64) return 0 ;;
180180
*)
181-
printf '%s: unsupported platform\n' "${1}" 1>&2
181+
log_crit '%s: unsupported platform\n' "${1}" 1>&2
182182
return 1
183183
;;
184184
esac

0 commit comments

Comments
 (0)