Merge pull request #6219 from influxdata/jts-hotfix-analytics

hotfix(analytics): typo
pull/6214/head
Jason Stirnaman 2025-07-14 13:55:44 -05:00 committed by GitHub
commit e9cd577a72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ function initialize() {
}
} else if (text.includes('docker pull influxdb:3-enterprise')) {
info.dl = 'enterprise';
} else if (text.includes('docker pull influxdb3-core')) {
} else if (text.includes('docker pull influxdb:3-core')) {
info.dl = 'oss3';
}