From a7b5f009baaa0e51b36117392034de9a3f660aae Mon Sep 17 00:00:00 2001 From: Terry Brady Date: Tue, 27 Feb 2024 15:57:25 -0800 Subject: [PATCH] force utf-8 --- bin/fresh_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/fresh_build.sh b/bin/fresh_build.sh index f62ab96..0240467 100755 --- a/bin/fresh_build.sh +++ b/bin/fresh_build.sh @@ -462,7 +462,7 @@ post_summary_report() { bucket=`get_ssm_value_by_name 'build/s3-bucket'` for file in ${WKDIR_PAR}/build-output/build-log*.txt do - aws s3 --content-type "text/plain charset=utf-8" cp $file s3://${bucket}/merritt-reports/daily-build/ + aws s3 cp --content-type "text/plain; charset=utf-8" $file s3://${bucket}/merritt-reports/daily-build/ done fi