align the parameters in the launche resume

This commit is contained in:
Tamo 2021-10-28 18:39:50 +02:00 committed by marin postma
parent ba69ad672a
commit 66d87761b7
No known key found for this signature in database
GPG Key ID: 6088B7721C3E39F9

View File

@ -122,14 +122,14 @@ Thank you for using MeiliSearch!
We collect anonymized analytics to improve our product and your experience. To learn more, including how to turn off analytics, visit our dedicated documentation page: https://docs.meilisearch.com/learn/what_is_meilisearch/telemetry.html
Anonymous telemetry: \"Enabled\""
Anonymous telemetry:\t\"Enabled\""
);
}
}
let analytics = analytics.to_string();
if !analytics.is_empty() {
eprintln!("Instance UID:\t\"{}\"", analytics);
eprintln!("Instance UID:\t\t\"{}\"", analytics);
}
eprintln!();