Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/danielkvist/hugo-piercer-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielkvist <d94.zaragoza@gmail.com>2019-04-03 11:22:30 +0300
committerdanielkvist <d94.zaragoza@gmail.com>2019-04-03 11:22:30 +0300
commitc843957fe86c34544ba558c312f3d1cfcf26d501 (patch)
treed605d947c151a85b9d7e0f2dc5e8b3ea6249810d
parent91f205e197617855a73c333c583d0f236ed5ca9f (diff)
fix typo
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 9911a84..917a1db 100644
--- a/makefile
+++ b/makefile
@@ -28,6 +28,6 @@ docker-stop:
docker-rm:
docker container rm $(APP_NAME)
dev: hugo-server-draft
-build: huo-build-deploy
+build: hugo-build-deploy
check: hugo-build-min docker-nc docker-run
clean: docker-stop docker-rm hugo-clean