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

error in Makefile #121

Closed
vchong opened this issue Aug 1, 2023 · 2 comments · Fixed by #122
Closed

error in Makefile #121

vchong opened this issue Aug 1, 2023 · 2 comments · Fixed by #122

Comments

@vchong
Copy link
Contributor

vchong commented Aug 1, 2023

https://github.com/KYVENetwork/chain/blob/v1.3.0/Makefile#L2 gives below error:

$ go version | cut -c 14- | cut -d' ' -f1 | cut -d'.' -f1 -f2
cut: only one type of list may be specified
Try 'cut --help' for more information.

This works:

$ go version | cut -c 14- | cut -d' ' -f1 | cut -d'.' -f1,2
1.20

Please fix asap. Thanks!

@vchong
Copy link
Contributor Author

vchong commented Aug 1, 2023

#122

vchong added a commit to vchong/chain that referenced this issue Aug 1, 2023
@mbreithecker
Copy link
Member

Hey,
thank you for submitting this issue and the fix.
Tested it on both, linux and macos and both work now 👍

@mbreithecker mbreithecker linked a pull request Aug 1, 2023 that will close this issue
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 a pull request may close this issue.

2 participants