diff options
| author | Archie Hilton (thytom) <archie.hilton1@gmail.com> | 2019-10-24 20:37:45 +0100 |
|---|---|---|
| committer | Archie Hilton (thytom) <archie.hilton1@gmail.com> | 2019-10-24 20:37:45 +0100 |
| commit | 2785224db7935b8b4ccab35001270b1edfedf585 (patch) | |
| tree | ef357a1645cd1689aa534accdf22e66ea751b7f9 /modules/archupdates | |
| parent | b6c66204fd96231cea02fcf98dbb376a9e1bed07 (diff) | |
| parent | 8a259103551d200fc5b5b641e36b7eada0728759 (diff) | |
Merge remote-tracking branch 'origin/parallel' into parallel
Diffstat (limited to 'modules/archupdates')
| -rwxr-xr-x | modules/archupdates | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/archupdates b/modules/archupdates index ea44e2e..ad8b405 100755 --- a/modules/archupdates +++ b/modules/archupdates @@ -4,7 +4,7 @@ # Requires an internet connection # Depends on yay and checkupdates (pacman-contrib) -PREFIX=' Updates:' +PREFIX=' Updates: ' get_updates() { @@ -18,7 +18,7 @@ get_updates() updates=$(("$updates_arch" + "$updates_aur")) - echo "$PREFIX $updates" + echo "$PREFIX$updates" } get_updates |
