git: 6239d44fa9d0 - main - shells/zsh-fast-syntax-highlighting: Fix pkg-message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Oct 2025 17:25:29 UTC
The branch main has been updated by uzsolt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6239d44fa9d0251dd8c4851e9f3124053082d2c7
commit 6239d44fa9d0251dd8c4851e9f3124053082d2c7
Author: Zsolt Udvari <uzsolt@FreeBSD.org>
AuthorDate: 2025-10-08 17:21:26 +0000
Commit: Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2025-10-08 17:25:16 +0000
shells/zsh-fast-syntax-highlighting: Fix pkg-message
Fix a typo in the pkg-message.
PR: 290030
Reported by: Martijn <m.heuzinkveld@pm.me>
Approved by: portmgr (blanket, fix typo)
---
shells/zsh-fast-syntax-highlighting/files/pkg-message.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shells/zsh-fast-syntax-highlighting/files/pkg-message.in b/shells/zsh-fast-syntax-highlighting/files/pkg-message.in
index da4b6b7f7bfa..763d877a0f22 100644
--- a/shells/zsh-fast-syntax-highlighting/files/pkg-message.in
+++ b/shells/zsh-fast-syntax-highlighting/files/pkg-message.in
@@ -3,7 +3,7 @@
message: <<EOM
Add the line below to *the end of* your .zshrc to enable highlighting.
-source %%DATADIR%%/fast-syntax-highlighting-plugin.zsh
+source %%DATADIR%%/fast-syntax-highlighting.plugin.zsh
EOM
}
]