commit:     73483c68099ac0840ea7bd5d06fac5cc2e23190f
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Tue Feb 21 08:26:29 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 21 09:29:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73483c68

dev-vcs/git-lfs: fix postinst message

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-vcs/git-lfs/git-lfs-3.1.2.ebuild | 2 +-
 dev-vcs/git-lfs/git-lfs-3.1.4.ebuild | 2 +-
 dev-vcs/git-lfs/git-lfs-3.2.0.ebuild | 2 +-
 dev-vcs/git-lfs/git-lfs-9999.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-vcs/git-lfs/git-lfs-3.1.2.ebuild 
b/dev-vcs/git-lfs/git-lfs-3.1.2.ebuild
index 930e69d7faf2..2a0b897ac1c1 100644
--- a/dev-vcs/git-lfs/git-lfs-3.1.2.ebuild
+++ b/dev-vcs/git-lfs/git-lfs-3.1.2.ebuild
@@ -64,7 +64,7 @@ src_test() {
 pkg_postinst () {
        if [[ -z "${REPLACING_VERSIONS}" ]]; then
                elog ""
-               elog "Run \'git lfs install\' once for each user account 
manually."
+               elog "Run 'git lfs install' once for each user account 
manually."
                elog "For more details see 
https://bugs.gentoo.org/show_bug.cgi?id=733372.";
        fi
 }

diff --git a/dev-vcs/git-lfs/git-lfs-3.1.4.ebuild 
b/dev-vcs/git-lfs/git-lfs-3.1.4.ebuild
index 820116904c3c..e34b9f1a144e 100644
--- a/dev-vcs/git-lfs/git-lfs-3.1.4.ebuild
+++ b/dev-vcs/git-lfs/git-lfs-3.1.4.ebuild
@@ -64,7 +64,7 @@ src_test() {
 pkg_postinst () {
        if [[ -z "${REPLACING_VERSIONS}" ]]; then
                elog ""
-               elog "Run \'git lfs install\' once for each user account 
manually."
+               elog "Run 'git lfs install' once for each user account 
manually."
                elog "For more details see 
https://bugs.gentoo.org/show_bug.cgi?id=733372.";
        fi
 }

diff --git a/dev-vcs/git-lfs/git-lfs-3.2.0.ebuild 
b/dev-vcs/git-lfs/git-lfs-3.2.0.ebuild
index ba8c2e52cf50..902cc0ce27e5 100644
--- a/dev-vcs/git-lfs/git-lfs-3.2.0.ebuild
+++ b/dev-vcs/git-lfs/git-lfs-3.2.0.ebuild
@@ -64,7 +64,7 @@ src_test() {
 pkg_postinst () {
        if [[ -z "${REPLACING_VERSIONS}" ]]; then
                elog ""
-               elog "Run \'git lfs install\' once for each user account 
manually."
+               elog "Run 'git lfs install' once for each user account 
manually."
                elog "For more details see 
https://bugs.gentoo.org/show_bug.cgi?id=733372.";
        fi
 }

diff --git a/dev-vcs/git-lfs/git-lfs-9999.ebuild 
b/dev-vcs/git-lfs/git-lfs-9999.ebuild
index 820116904c3c..e34b9f1a144e 100644
--- a/dev-vcs/git-lfs/git-lfs-9999.ebuild
+++ b/dev-vcs/git-lfs/git-lfs-9999.ebuild
@@ -64,7 +64,7 @@ src_test() {
 pkg_postinst () {
        if [[ -z "${REPLACING_VERSIONS}" ]]; then
                elog ""
-               elog "Run \'git lfs install\' once for each user account 
manually."
+               elog "Run 'git lfs install' once for each user account 
manually."
                elog "For more details see 
https://bugs.gentoo.org/show_bug.cgi?id=733372.";
        fi
 }

Reply via email to