Skip to content

Commit b89ddc4

Browse files
committed
Fix typo
1 parent 85c8aa0 commit b89ddc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/rebuild-todo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ if ((IMPORT_KEYS)); then
230230
key_paths=($(find "${packages[@]/%//keys/pgp}" -type f 2>/dev/null || true))
231231

232232
if ((${#key_paths[@]})); then
233-
cat "${key_path[@]}" | if [[ -z "$OFFLOAD" ]]; then
233+
cat "${key_paths[@]}" | if [[ -z "$OFFLOAD" ]]; then
234234
gpg --import
235235
else
236236
ssh build.archlinux.org gpg --import

0 commit comments

Comments
 (0)