Skip to content

Commit

Permalink
Fix typo --add-checkums → --add-checksums (#1417)
Browse files Browse the repository at this point in the history
  • Loading branch information
bquorning authored Dec 23, 2024
1 parent 9f1b37a commit 30cf6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/blog/2024-12-19-bundler-v2-6.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ consider it compromised.

Bundler 2.6 provides two ways of enabling checksums.

* For a single lockfile, you can run `bundle lock --add-checkums`. This will add
* For a single lockfile, you can run `bundle lock --add-checksums`. This will add
a new `CHECKSUMS` section to the lockfile that Bundler will keep up to date.

* To configure Bundler to always include checksums in new lockfiles, run `bundle
Expand Down

0 comments on commit 30cf6ca

Please sign in to comment.