Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed Jan 10, 2025
1 parent 85c8aa0 commit b89ddc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/rebuild-todo
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b89ddc4

Please sign in to comment.