We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c8aa0 commit b89ddc4Copy full SHA for b89ddc4
package/rebuild-todo
@@ -230,7 +230,7 @@ if ((IMPORT_KEYS)); then
230
key_paths=($(find "${packages[@]/%//keys/pgp}" -type f 2>/dev/null || true))
231
232
if ((${#key_paths[@]})); then
233
- cat "${key_path[@]}" | if [[ -z "$OFFLOAD" ]]; then
+ cat "${key_paths[@]}" | if [[ -z "$OFFLOAD" ]]; then
234
gpg --import
235
else
236
ssh build.archlinux.org gpg --import
0 commit comments