Merge pull request #573 from jjbustamante/bugfix/issue-572-hugo-not-installed-on-macos

Fix hugo download on macOS
This commit is contained in:
Aidan Delaney 2023-03-08 05:49:54 +00:00 committed by GitHub
commit a71ecf905f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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"
@echo "All katacoda docs are up-to-date"