From 1339f0cdf396be4162ae98c47c04f41d147bd861 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sun, 22 Nov 2020 12:16:50 +0800 Subject: [PATCH] fix: fix spell --- README.md | 2 +- {{project_name}}/justfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77a4e85..fc4de99 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Deploy: Build and deploy: ```shell -$ just builddeply +$ just buildfndeploy ```
diff --git a/{{project_name}}/justfile b/{{project_name}}/justfile index 6c7abf1..1241c78 100644 --- a/{{project_name}}/justfile +++ b/{{project_name}}/justfile @@ -8,5 +8,5 @@ buildfn: zip code.zip bootstrap {{bin}} rm {{bin}} -builddeply: buildfn +buildfndeploy: buildfn fun deploy