Skip to content

Commit 0640137

Browse files
Update chezmoi-install.sh
1 parent c0d89dc commit 0640137

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)