Skip to content

Commit

Permalink
Remove deprecated --context argument (#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
kemingy authored Jan 13, 2025
1 parent f6e40d8 commit 2e99eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ curl -L -o $DIR/archive.tar.gz https://github.com/EmbarkStudios/$NAME/releases/d
tar -xzvf $DIR/archive.tar.gz --strip-components=1 -C $DIR

# Run cargo deny check in our current directory
$DIR/$NAME --context . -L debug check bans licenses advisories
$DIR/$NAME -L debug check bans licenses advisories
```

0 comments on commit 2e99eda

Please sign in to comment.