You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ endif
43
43
endif
44
44
45
45
ifeq ($(shell uname -s),Darwin)
46
-
HUGO_OS:=macOS
46
+
HUGO_OS:=darwin
47
47
HUGO_ARCH:=universal
48
48
endif
49
49
@@ -188,4 +188,4 @@ katacoda:
188
188
check-katacoda: katacoda
189
189
@echo "Checking if Katacoda docs are up-to-date..."
190
190
@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)
0 commit comments