Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed indentation in camel/test.properties #5784

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

judovana
Copy link
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
Contributor Author

judovana commented Dec 3, 2024

Found when running #5575 (comment)

@sophia-guo
Copy link
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
2 checks passed
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