No need to strip trailing eol in multiline environment example

This commit is contained in:
Daniele Varrazzo
2021-07-19 15:24:39 +02:00
parent b306ab4ac7
commit 3e712f1a6c
+1 -1
View File
@@ -500,7 +500,7 @@ Platform-specific environment variables are also available:<br/>
CIBW_ENVIRONMENT: PATH=$PATH:/usr/local/bin
# Prepend a directory containing spaces on Windows.
CIBW_ENVIRONMENT_WINDOWS: >-
CIBW_ENVIRONMENT_WINDOWS: >
PATH="C:\\Program Files\\PostgreSQL\\13\\bin;$PATH"
# Set BUILD_TIME to the output of the `date` command