diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-07-03 11:31:33 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-07-03 11:33:33 +0200 |
| commit | 4e83476d8f9f4aaca0effa5f20e5956876d779ac (patch) | |
| tree | d469319c9f0c1164d7b7e24de06e8078da1bda1a | |
| parent | ddf6df2a5bdfcba0b1e9731bf5bc48c07b4f4497 (diff) | |
| download | mullvadvpn-4e83476d8f9f4aaca0effa5f20e5956876d779ac.tar.xz mullvadvpn-4e83476d8f9f4aaca0effa5f20e5956876d779ac.zip | |
Change mullvad-daemon-version to mullvad-product-version
| -rw-r--r-- | mullvad-problem-report/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-problem-report/src/main.rs b/mullvad-problem-report/src/main.rs index ba8426b32b..b15f14415d 100644 --- a/mullvad-problem-report/src/main.rs +++ b/mullvad-problem-report/src/main.rs @@ -444,7 +444,7 @@ fn read_file_lossy(path: &Path, max_bytes: usize) -> io::Result<String> { fn collect_metadata() -> HashMap<String, String> { let mut metadata = HashMap::new(); metadata.insert( - String::from("mullvad-daemon-version"), + String::from("mullvad-product-version"), product_version().to_owned(), ); metadata.insert(String::from("os"), os_version()); |
