diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 959a943..28762ef 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -7,7 +7,7 @@ MAKEFLAGS += --no-builtin-rules CACHEDIR=/tmp/hugo-cache-$(USER) DESTDIR=public/ -HOSTNAME=$(shell hostname) +HOSTNAME=$(shell hostname -f) REVISION=$(shell git rev-parse HEAD) .PHONY: build |