Skip to content

Commit

Permalink
docs: Fix delete-bucket command in HOWTO doc
Browse files Browse the repository at this point in the history
The HOWTO document says to use "chezmoi delete-bucket" to clear
the state of the `run_once_` scripts, but when I try that I
get this error:

  chezmoi: unknown command "delete-bucket" for "chezmoi"

This commit updates the documentation to use
"chezmoi state delete-bucket" instead,
which I believe is the intended command.
  • Loading branch information
wedaly authored and twpayne committed Dec 8, 2021
1 parent 82b3d77 commit 39c45ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/HOWTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -1440,7 +1440,7 @@ chezmoi stores whether and when `run_once_` scripts have been run in the
scripts, run:

```console
$ chezmoi delete-bucket --bucket=scriptState
$ chezmoi state delete-bucket --bucket=scriptState
```

---
Expand Down

0 comments on commit 39c45ab

Please sign in to comment.