index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Eli Schwartz <eschwartz@archlinux.org> | 2021-03-02 23:23:55 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2021-03-06 12:01:26 +1000 |
commit | ede73f4d898946a7e54634169b3605a024553315 (patch) | |
tree | bfa6a4e4a50eb1e77943259d18b7a2b045eeafa9 /scripts | |
parent | c118a61f62a4b100b01504dfc5611cd08fb9e537 (diff) |
-rw-r--r-- | scripts/pacman-key.sh.in | 2 |
diff --git a/scripts/pacman-key.sh.in b/scripts/pacman-key.sh.in index 35a3b4da..50342649 100644 --- a/scripts/pacman-key.sh.in +++ b/scripts/pacman-key.sh.in @@ -564,7 +564,7 @@ refresh_keys() { # if no key was found, fall back to using the keyservers (with the key fingerprint instead) if (( $? )) && ! "${GPG_PACMAN[@]}" --refresh-keys "$id"; then - error "$(gettext "Could not update key: %s") "$id" + error "$(gettext "Could not update key: %s")" "$id" ret=1 fi done |