Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Desktop notifications show step in summary (#920)
Browse files Browse the repository at this point in the history
Fixes #918
  • Loading branch information
r-darwish authored May 9, 2022
1 parent 1e25926 commit af3f5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/terminal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit af3f5dd

Please sign in to comment.