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

fix: Fix missing closing angle bracket Update README.md #480

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

famouswizard
Copy link
Contributor

Description

I noticed a typo in the aztec-cli command for fetching a vote. The command was missing a closing angle bracket > at the end. This has been corrected to ensure the command works as expected.

Before:

aztec-cli call get_vote --args 1 -c ./target/Voting.json -ca <contract-address  

After:

aztec-cli call get_vote --args 1 -c ./target/Voting.json -ca <contract-address>  

Fix missing closing angle bracket in aztec-cli command
@critesjosh critesjosh merged commit 5d7a7b4 into AztecProtocol:main Jan 27, 2025
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.

2 participants