Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer authored Jul 2, 2024
1 parent af41013 commit 7b13967
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 @@ -25,7 +25,7 @@ install:
$(INSTALL) bash-completion/completions/srv6 $(DESTDIR)$(BASHCOMPLETIONSDIR)/srv6
@echo "================================="
@echo ">> Now run the following command:"
@echo "\tsource $(DESTDIR)$(BASHCOMPLETIONSDIR)/srv6"
@echo -e "\tsource $(DESTDIR)$(BASHCOMPLETIONSDIR)/srv6"
@echo "================================="
uninstall:
$(RM) $(DESTDIR)$(bindir)/srv6
Expand Down

0 comments on commit 7b13967

Please sign in to comment.