Skip to content

Fixed indentation in camel/test.properties#5784

Merged
sophia-guo merged 1 commit intoadoptium:masterfrom
judovana:camelIndent
Dec 6, 2024
Merged

Fixed indentation in camel/test.properties#5784
sophia-guo merged 1 commit intoadoptium:masterfrom
judovana:camelIndent

Conversation

@judovana
Copy link
Copy Markdown
Contributor

@judovana judovana commented Dec 3, 2024

The indentation was so wrong, that the file could not be parsed

The indentation was so wrong, that the file could not be parsed
@judovana
Copy link
Copy Markdown
Contributor Author

judovana commented Dec 3, 2024

Found when running #5575 (comment)

@sophia-guo
Copy link
Copy Markdown
Contributor

The parsing error was caused by the updated strict parsing format from PROP_VALUE=cat $PROPERTY_FILE | grep "$PROP_KEY" | cut -d'=' -f 2-`` to local PROP_VALUE=cat "${FILE}" | grep -v "^#" | grep "^${PROP_KEY}=" | cut -d'=' -f 2-, which requires the no space before the each property line. So probably we need also update some documents.

@sophia-guo sophia-guo merged commit 8dfef2f into adoptium:master Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants