Skip to content

Commit da29ec4

Browse files
committed
fixing hugo download issue
Signed-off-by: Juan Bustamante <[email protected]>
1 parent d5c2de2 commit da29ec4

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)