hotfix(analytics): typo

pull/6219/head
Jason Stirnaman 2025-07-14 13:11:24 -05:00
parent 2e3ec87501
commit 999d16e821
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';
}