Skip to content

Commit a71ecf9

Browse files
authored
Merge pull request cds-hooks#573 from jjbustamante/bugfix/issue-572-hugo-not-installed-on-macos
Fix hugo download on macOS
2 parents 23a772a + 6f982c7 commit a71ecf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ endif
4343
endif
4444

4545
ifeq ($(shell uname -s),Darwin)
46-
HUGO_OS:=macOS
46+
HUGO_OS:=darwin
4747
HUGO_ARCH:=universal
4848
endif
4949

@@ -188,4 +188,4 @@ katacoda:
188188
check-katacoda: katacoda
189189
@echo "Checking if Katacoda docs are up-to-date..."
190190
@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)
191-
@echo "All katacoda docs are up-to-date"
191+
@echo "All katacoda docs are up-to-date"

0 commit comments

Comments
 (0)