aboutsummaryrefslogtreecommitdiffstats
path: root/Justfile
diff options
context:
space:
mode:
Diffstat (limited to 'Justfile')
-rw-r--r--Justfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Justfile b/Justfile
index 1d5a4e3..8e02b11 100644
--- a/Justfile
+++ b/Justfile
@@ -6,8 +6,8 @@ generate-all:
web $CARGO_NAME="your name" $CARGO_EMAIL="author@example.com":
rm -rv web-generated
- cargo generate --path ./component \
+ cargo generate --path ./web \
--name web-generated \
- --define project-description="An example generated using the component template" \
+ --define project-description="An example generated using the web template" \
--define use-gitserver=false