Skip to content

Commit c61e96d

Browse files
committed
Makefile: fix completions check to expect correct generated file
1 parent b3c52ef commit c61e96d

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
@@ -39,7 +39,7 @@ PREFIX ?= /usr/local
3939
BINDIR ?= $(PREFIX)/bin
4040
MANDIR ?= $(PREFIX)/share/man/man1
4141
ZSH_COMPLETIONSDIR ?= $(PREFIX)/share/zsh/site-functions
42-
COMPLETION_FILES=scripts/_trurl.zsh
42+
COMPLETION_FILES=completions/_trurl.zsh
4343

4444
INSTALL ?= install
4545
PYTHON3 ?= python3

0 commit comments

Comments
 (0)