Skip to content

Commit

Permalink
docs: Fix typo in Management docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pmerkleplant committed Jan 12, 2024
1 parent 41f25a8 commit 2aa54bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Management.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ $ forge script \
--private-key $PRIVATE_KEY \
--broadcast \
--rpc-url $RPC_URL \
--sig $(cast calldata "drop(address,uint)" $SCRIBE $FEED_ID) \
--sig $(cast calldata "drop(address,uint8)" $SCRIBE $FEED_ID) \
-vvv \
script/${SCRIBE_FLAVOUR}.s.sol:${SCRIBE_FLAVOUR}Script
```
Expand Down

0 comments on commit 2aa54bb

Please sign in to comment.