diff --git a/Makefile b/Makefile index 7922a91a..4e19bb14 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ endif endif ifeq ($(shell uname -s),Darwin) - HUGO_OS:=macOS + HUGO_OS:=darwin HUGO_ARCH:=universal endif @@ -188,4 +188,4 @@ katacoda: check-katacoda: katacoda @echo "Checking if Katacoda docs are up-to-date..." @git diff --quiet HEAD -- katacoda/scenarios || ( echo "Katacoda docs are not up-to-date! Please run 'make katacoda' and commit the katacoda/scenarios folder" && exit 1) - @echo "All katacoda docs are up-to-date" \ No newline at end of file + @echo "All katacoda docs are up-to-date"