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

docs: add -i options for sed considering os #68

Merged
merged 2 commits into from
Nov 1, 2021

Conversation

dongsam
Copy link
Contributor

@dongsam dongsam commented Oct 21, 2021

Description

Uses FreeBSD sed command (which is default for MacOS) but I have installed gnu sed command (which is default for linux distros) and due to this reason the sed commands from the script can't be work

so need to add simple os checking and using different -i options for each os

References


Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • Appropriate labels applied
  • Targeted PR against correct branch
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Re-reviewed Files changed in the Github PR explorer
  • Review Codecov Report in the comment section below once CI passes

@dongsam dongsam self-assigned this Oct 21, 2021
@dongsam dongsam requested a review from jaybxyz October 21, 2021 09:27
@dongsam dongsam added the documentation Improvements or additions to documentation label Oct 21, 2021
@dongsam dongsam added this to the Budget v1.0 milestone Oct 21, 2021
docs/Tutorials/localnet/README.md Outdated Show resolved Hide resolved
scripts/localnet.sh Outdated Show resolved Hide resolved
@dongsam dongsam requested a review from jaybxyz November 1, 2021 01:26
@dongsam dongsam merged commit cd5b549 into tendermint:main Nov 1, 2021
jaybxyz added a commit to jaybxyz/budget that referenced this pull request Nov 3, 2021
* main:
  docs: add -i options for sed considering os (tendermint#68)
  fix: Add govHandler on testcode for budget proposal and Fix Expired rule (tendermint#66)
  fix: panic instead of ignoring errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants