fix: deploy
This commit is contained in:
parent
803f8ba1f2
commit
3052ba7b25
|
@ -120,7 +120,7 @@ pub async fn deploy(systems: &[String], show_trace: bool, mode: &str) -> Result<
|
|||
if !prev_system.is_empty() {
|
||||
con.command("nvd")
|
||||
.arg("--color")
|
||||
.arg("--always")
|
||||
.arg("always")
|
||||
.arg("diff")
|
||||
.arg(String::from_utf8(prev_system)?)
|
||||
.arg(toplevel)
|
||||
|
|
Loading…
Reference in a new issue