summaryrefslogtreecommitdiffhomepage
path: root/mullvad-problem-report/src
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2019-10-29 13:27:37 +0100
committerLinus Färnstrand <linus@mullvad.net>2019-10-29 15:21:33 +0100
commit6e97e362f6582704b1f3f2c49dfbeadd38bb5724 (patch)
treead1ca6190503851640da48f67e442b423b06784f /mullvad-problem-report/src
parent097876fed792397e77108ec11dfc68ce9ed35d44 (diff)
downloadmullvadvpn-6e97e362f6582704b1f3f2c49dfbeadd38bb5724.tar.xz
mullvadvpn-6e97e362f6582704b1f3f2c49dfbeadd38bb5724.zip
Upgrade duct to 0.13
Diffstat (limited to 'mullvad-problem-report/src')
-rw-r--r--mullvad-problem-report/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-problem-report/src/lib.rs b/mullvad-problem-report/src/lib.rs
index acd87782e1..a28cb05cb5 100644
--- a/mullvad-problem-report/src/lib.rs
+++ b/mullvad-problem-report/src/lib.rs
@@ -240,7 +240,7 @@ fn write_logcat_to_file() -> Result<PathBuf, io::Error> {
duct::cmd!("logcat", "-d")
.stderr_to_stdout()
- .stdout(&logcat_path)
+ .stdout_path(&logcat_path)
.run()
.map(|_| logcat_path)
}