Skip to content

Commit e0e5f99

Browse files
authored
[makefile] make error message clearer with instructions (#4282)
* [makefile] make error message clearer with instructions Signed-off-by: Ying Xie <[email protected]>
1 parent 59ea0da commit e0e5f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.work

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ endif
4848
# Check for j2cli availability
4949
J2_VER := $(shell j2 --version 2>&1 | grep j2cli | awk '{printf $$2}')
5050
ifeq ($(J2_VER),)
51-
$(error Install j2cli)
51+
$(error Please install j2cli (sudo pip install j2cli))
5252
endif
5353

5454
# Check for minimum Docker version on build host

0 commit comments

Comments
 (0)