This commit is contained in:
@@ -153,7 +153,8 @@ pub fn setup_environment(
|
||||
let dpkg_architecture = String::from_utf8(
|
||||
context::current()
|
||||
.command("dpkg-architecture")
|
||||
.arg(format!("-a{}", arch))
|
||||
.arg("-a")
|
||||
.arg(arch)
|
||||
.output()?
|
||||
.stdout,
|
||||
)?;
|
||||
|
||||
Reference in New Issue
Block a user