Skip to content

Commit 5eb4fd7

Browse files
committed
fixed typo in make args in scripts/init.mk
1 parent 9c5ec7a commit 5eb4fd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/init.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ list-variables: # List all the variables available to make @Others
8484
.NOTPARALLEL:
8585
.ONESHELL:
8686
.PHONY: * # Please do not change this line! The alternative usage of it introduces unnecessary complexity and is considered an anti-pattern.
87-
MAKEFLAGS := --no-print-director
87+
MAKEFLAGS := --no-print-directory
8888
SHELL := /bin/bash
8989
ifeq (true, $(shell [[ "${VERBOSE}" =~ ^(true|yes|y|on|1|TRUE|YES|Y|ON)$$ ]] && echo true))
9090
.SHELLFLAGS := -cex

0 commit comments

Comments
 (0)