We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What is the bug? The find and replace text commands using sed in https://github.com/opensearch-project/opensearch-plugins/blob/main/META.md does not work on mac
How can one reproduce the bug? run the find with sed commands on mac
What is the expected behavior? The commands should work as expected on linux and mac
What is your host/environment?
The text was updated successfully, but these errors were encountered:
I think for OSX you want to switch your sed to use gnu sed, https://stackoverflow.com/questions/30003570/how-to-use-gnu-sed-on-mac-os-10-10-brew-install-default-names-no-longer-su, otherwise it's endless pain of having sed that behaves differently on linux/mac. Maybe confirm and add a note?
Sorry, something went wrong.
I am good with any solution that helps with mac
@abhinavGupta16 The fix here is to update the instructions and/or add a note on Mac.
No branches or pull requests
What is the bug?
The find and replace text commands using sed in https://github.com/opensearch-project/opensearch-plugins/blob/main/META.md does not work on mac
How can one reproduce the bug?
run the find with sed commands on mac
What is the expected behavior?
The commands should work as expected on linux and mac
What is your host/environment?
The text was updated successfully, but these errors were encountered: