Skip to content

Commit

Permalink
Fix SSH key variable
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Oct 30, 2023
1 parent 1655caa commit 92020df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/aur.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ then
info 'Configuring SSH'
export SSH_AUTH_SOCK="/tmp/ssh_agent.sock"
ssh-agent -a $SSH_AUTH_SOCK >/dev/null
ssh-add - <<< "{ssh_key}"
ssh-add - <<< "${ssh_key}"
fi

info 'Updating AUR'
Expand Down

0 comments on commit 92020df

Please sign in to comment.