diff options
author | William Hubbs <williamh@gentoo.org> | 2023-06-13 20:06:40 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2023-06-13 20:06:40 -0500 |
commit | 480c1050bfc7e0cb6262efafc5c0177647dacb32 (patch) | |
tree | 35d9d1da7901b954c81a2ccf49dbd502bea9eaab /dev-db | |
parent | dev-db/influxdb: add instructions for upgrading db (diff) | |
download | gentoo-480c1050bfc7e0cb6262efafc5c0177647dacb32.tar.gz gentoo-480c1050bfc7e0cb6262efafc5c0177647dacb32.tar.bz2 gentoo-480c1050bfc7e0cb6262efafc5c0177647dacb32.zip |
dev-db/influxdb: typo fix
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/influxdb/influxdb-2.7.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |