From 782f05f9c45b34cda74f9348e52c692a10430743 Mon Sep 17 00:00:00 2001 From: Vitaly Zdanevich Date: Fri, 29 Mar 2024 01:15:58 +0400 Subject: [PATCH] app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars: elog syntax fix Signed-off-by: Vitaly Zdanevich --- ...-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild b/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild index 297b56538f..2a68b0a5ed 100644 --- a/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild +++ b/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild @@ -16,5 +16,5 @@ src_install() { } pkg_postinst() { - elog: "How to use: run in terminal in a folder - and in another software create a file with space in name, in that folder" + einfo: "How to use: run in terminal in a folder - and in another software create a file with space in name, in that folder" }