fix: trim newline
This commit is contained in:
parent
09fb938cb4
commit
d09bc715e5
|
@ -131,7 +131,7 @@ pub async fn deploy(systems: &[String], mode: &str, show_trace: bool, minimal: b
|
||||||
.arg("--color")
|
.arg("--color")
|
||||||
.arg("always")
|
.arg("always")
|
||||||
.arg("diff")
|
.arg("diff")
|
||||||
.arg(String::from_utf8(prev_system)?)
|
.arg(String::from_utf8(prev_system)?.trim())
|
||||||
.arg(toplevel)
|
.arg(toplevel)
|
||||||
.spawn()
|
.spawn()
|
||||||
.await?
|
.await?
|
||||||
|
|
Loading…
Reference in a new issue