Skip to content

Commit 8fe6618

Browse files
committed
Fix Makefile formatting/indent
1 parent 1afb105 commit 8fe6618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ ifeq ($(shell uname), Darwin)
239239
# BSD sed (default on macOS) doesn't support the regex patterns used in this Makefile
240240
SED = gsed
241241
ifeq ($(shell command -v gsed >/dev/null 2>&1 && echo yes || echo no), no)
242-
$(error GNU sed (gsed) is required on macOS but not found. Please install with: brew install gnu-sed)
242+
$(error GNU sed (gsed) is required on macOS but not found. Please install with: brew install gnu-sed)
243243
endif
244244
endif
245245

0 commit comments

Comments
 (0)