diff --git a/src/dist/component/package.rs b/src/dist/component/package.rs index 686136826e..73edf22200 100644 --- a/src/dist/component/package.rs +++ b/src/dist/component/package.rs @@ -151,7 +151,7 @@ impl<'a> TarPackage<'a> { // $pkgname-$version-$target. Skip that directory when // unpacking. unpack_without_first_dir(&mut archive, &temp_dir, notify_handler) - .context("failed to extract package (perhaps you ran out of disk space?)")?; + .context("failed to extract package")?; Ok(TarPackage( DirectoryPackage::new(temp_dir.to_owned(), false)?,