diff --git a/package/rebuild-todo b/package/rebuild-todo index 7ade8db..7568dc5 100755 --- a/package/rebuild-todo +++ b/package/rebuild-todo @@ -230,7 +230,7 @@ if ((IMPORT_KEYS)); then key_paths=($(find "${packages[@]/%//keys/pgp}" -type f 2>/dev/null || true)) if ((${#key_paths[@]})); then - cat "${key_path[@]}" | if [[ -z "$OFFLOAD" ]]; then + cat "${key_paths[@]}" | if [[ -z "$OFFLOAD" ]]; then gpg --import else ssh build.archlinux.org gpg --import