Desktop notifications show step in summary (#920)

Fixes #918
This commit is contained in:
Roey Darwish Dror
2022-05-09 23:02:42 +03:00
committed by GitHub
parent 1e25926999
commit af3f5ddc76

View File

@@ -104,7 +104,7 @@ impl Terminal {
command.arg("-t");
command.arg(format!("{}", timeout.as_millis()));
}
command.args(&["-a", "Topgrade"]);
command.args(&["-a", "Topgrade", "Topgrade"]);
command.arg(message.as_ref());
command.output().ok();
}