How did I miss this

This commit is contained in:
Nox Sluijtman 2024-03-20 01:32:01 +01:00
parent fd30000380
commit 1e0abd2d61

View file

@ -11,13 +11,13 @@ def update_flatpaks [] {
if $flatpak_status != 0 {
if $flatpak_status.stderr != "" {
notify $flatpak_status.stderr "stderr"
}
} else {
notify "Unattended update complete.\nConsider restarting presently running flatpaks."
} else {
notify "Unattended update complete.\nConsider restarting presently running flatpaks."
}
}
}
# Documentation for main
def main [] {
update_flatpaks
}
}