Skip to content

Commit e165807

Browse files
committed
chore: add CRLF after cargo warning message.
1 parent 14310d7 commit e165807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/influxdb3-oss-local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ then
4444
printf "build skipped\n"
4545
printf "\nto force rebuild run '$ cargo clean' in directory %s, then run this script again\n\n" "${INFLUXDB3_PRJ_HOME}"
4646
else
47-
command -v cargo >/dev/null 2>&1 || { printf "Build requires cargo, but it could not be found.\nABORTING."; exit 1; }
47+
command -v cargo >/dev/null 2>&1 || { printf "Build requires cargo, but it could not be found.\nABORTING.\n"; exit 1; }
4848
START_DIR=$(pwd)
4949
echo DEBUG START_DIR "${START_DIR}"
5050
cd "${INFLUXDB3_PRJ_HOME}" || exit

0 commit comments

Comments
 (0)