Skip to content

Commit ccf8a43

Browse files
committed
fix: correct typo
1 parent 505b330 commit ccf8a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/push-to-aur.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ mkdir .ssh
1313
echo "$PUB_KEY" | tr -d '\r' > .ssh/id_aur.pub
1414
echo "$PRIV_KEY" | base64 --decode > .ssh/id_aur
1515
chmod 600 .ssh/id_aur
16-
echo -en 'Host aur.archlinux.org\n IdentityFile /home/pcr/.ssh/id_aur\n User aur\n' > .ssh/config
16+
echo -en 'Host aur.archlinux.org\n IdentityFile /root/.ssh/id_aur\n User aur\n' > .ssh/config
1717
ssh-keyscan aur.archlinux.org > .ssh/known_hosts
1818
ssh-keyscan 95.216.144.15 >> .ssh/known_hosts
1919

0 commit comments

Comments
 (0)