Skip to content

Commit 214d1f4

Browse files
authored
Update actions.rs
1 parent eb785e5 commit 214d1f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source-code/src/actions.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ impl Actions {
6969
.arg("-c")
7070
.arg(terminal_cmd)
7171
.status();
72+
7273
match result {
7374
Ok(status) if status.success() => self.update_subtitle("Rozpoczęto aktualizację systemu w terminalu."),
7475
_ => self.update_subtitle("Błąd podczas uruchamiania aktualizacji systemu."),

0 commit comments

Comments
 (0)