commit: 480c1050bfc7e0cb6262efafc5c0177647dacb32
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 14 01:06:40 2023 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Jun 14 01:06:40 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=480c1050
dev-db/influxdb: typo fix
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
dev-db/influxdb/influxdb-2.7.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-db/influxdb/influxdb-2.7.1-r1.ebuild
b/dev-db/influxdb/influxdb-2.7.1-r1.ebuild
index 74dce28305f7..1209ebeda900 100644
--- a/dev-db/influxdb/influxdb-2.7.1-r1.ebuild
+++ b/dev-db/influxdb/influxdb-2.7.1-r1.ebuild
@@ -240,7 +240,7 @@ src_install() {
pkg_postinst() {
elog "Upgrading from InfluxDB1.x requires migration of time series
data."
elog "See https://docs.influxdata.com/influxdb/v2.7/upgrade/v1-to-v2/"
- elog "Keep in mind that some applications not compatible with InfluxDB
2.x
+ elog "Keep in mind that some applications not compatible with InfluxDB
2.x"
elog "may stop working."
ewarn "The InfluxDB command line client has been moved to
dev-db/influx-cli"