Skip to content

Commit

Permalink
chore: fix clean command
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed Feb 17, 2024
1 parent 12c105a commit 5ee644c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ setup:

# Remove all files in the output directory
clean:
rm -fv {{output}}/*.md
rm -fv {{output}}/*.toml

# Generate a single flavor, e.g. "mocha"
gen flavor:
Expand Down

0 comments on commit 5ee644c

Please sign in to comment.