Skip to content

Commit

Permalink
Merge pull request #27 from nextmn/louisroyer-patch-1
Browse files Browse the repository at this point in the history
Update Makefile
  • Loading branch information
louisroyer authored Jul 2, 2024
2 parents 3f3550d + 462e506 commit dfe5f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ install:
$(INSTALL) bash-completion/completions/upf $(DESTDIR)$(BASHCOMPLETIONSDIR)/upf
@echo "================================="
@echo ">> Now run the following command:"
@echo "\tsource $(DESTDIR)$(BASHCOMPLETIONSDIR)/upf"
@echo -e "\tsource $(DESTDIR)$(BASHCOMPLETIONSDIR)/upf"
@echo "================================="
uninstall:
$(RM) $(DESTDIR)$(bindir)/upf
Expand Down

0 comments on commit dfe5f2f

Please sign in to comment.