Skip to content

Commit

Permalink
Fixed hot reload panic of local hugo issue. (kubernetes#17894)
Browse files Browse the repository at this point in the history
  • Loading branch information
Colstuwjx authored and zacharysarah committed Dec 5, 2019
1 parent 5296f76 commit 42b1e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DOCKER = docker
HUGO_VERSION = 0.57.2
HUGO_VERSION = 0.59.1
DOCKER_IMAGE = kubernetes-hugo
DOCKER_RUN = $(DOCKER) run --rm --interactive --tty --volume $(CURDIR):/src
NODE_BIN = node_modules/.bin
Expand Down

0 comments on commit 42b1e68

Please sign in to comment.