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

Commit af3f5dd

Browse files
authored
Desktop notifications show step in summary (#920)
Fixes #918
1 parent 1e25926 commit af3f5dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/terminal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ impl Terminal {
104104
command.arg("-t");
105105
command.arg(format!("{}", timeout.as_millis()));
106106
}
107-
command.args(&["-a", "Topgrade"]);
107+
command.args(&["-a", "Topgrade", "Topgrade"]);
108108
command.arg(message.as_ref());
109109
command.output().ok();
110110
}

0 commit comments

Comments
 (0)