fix version string

missing colon for topgrade
This commit is contained in:
steven-omaha
2023-02-24 12:43:40 +01:00
parent 7cb6d81bcd
commit 6d692bcfb5
+1 -1
View File
@@ -367,7 +367,7 @@ fn show_error(error: &anyhow::Error, backend: &dyn Backend) {
/// If the crate was compiled from git, return `pacdef, <version> (<hash>)`.
/// Otherwise return `pacdef, <version>`.
const fn get_name_and_version() -> &'static str {
formatcp!("pacdef, version {}", get_version_string())
formatcp!("pacdef, version: {}", get_version_string())
}
/// If the crate was compiled from git, return `<version> (<hash>)`. Otherwise