From 22a44eb20663a781554d4a988963b5ae009ea0c3 Mon Sep 17 00:00:00 2001 From: Hasse Ramlev Hansen Date: Thu, 22 Mar 2018 06:56:36 +0100 Subject: [PATCH] Remove double path delimiters in zsh description --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f4db494..8c2975f 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ install: @mkdir -p $(DESTDIR)$(SYSCONFDIR)/bash_completion.d cp -f etc/bash_completion.sh $(DESTDIR)$(SYSCONFDIR)/bash_completion.d/git-extras @echo "" - @echo "If you are a zsh user, you may want to 'source $(CODE_DIR)/etc/git-extras-completion.zsh'" \ + @echo "If you are a zsh user, you may want to 'source $(CODE_DIR)etc/git-extras-completion.zsh'" \ "and put this line into ~/.zshrc to enable zsh completion" man/%.html: man/%.md