diff --git a/flatpak-updater.nu b/flatpak-updater.nu index e433f8d..13730ae 100755 --- a/flatpak-updater.nu +++ b/flatpak-updater.nu @@ -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 -} \ No newline at end of file +}