Skip to content

Commit

Permalink
app-admin/filebeat: [QA] Remove unnecessary slash strip
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Aug 28, 2019
1 parent d9aaaeb commit 9d78710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-admin/filebeat/filebeat-5.6.13.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Authors
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand Down Expand Up @@ -56,7 +56,7 @@ pkg_postinst() {
elog "https://www.elastic.co/guide/en/beats/libbeat/$(ver_cut 1-2)/upgrading.html"
elog ""
elog "The migration script:"
elog "${EROOT%/}/usr/share/filebeat/migrate_beat_config_1_x_to_5_0.py"
elog "${EROOT}/usr/share/filebeat/migrate_beat_config_1_x_to_5_0.py"
elog ""
fi

Expand Down

0 comments on commit 9d78710

Please sign in to comment.