diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-10-29 13:27:37 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-10-29 15:21:33 +0100 |
| commit | 6e97e362f6582704b1f3f2c49dfbeadd38bb5724 (patch) | |
| tree | ad1ca6190503851640da48f67e442b423b06784f /mullvad-problem-report/src | |
| parent | 097876fed792397e77108ec11dfc68ce9ed35d44 (diff) | |
| download | mullvadvpn-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.rs | 2 |
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) } |
