Skip to content

Commit c9fd18f

Browse files
committed
Write to id_rsa
1 parent 7f70c2f commit c9fd18f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ "$ssh_key" != "" ]; then
77
echo "-----> Running SSH private key setup"
88

99
mkdir "$HOME/.ssh"
10-
echo "$ssh_key" | base64 --decode > "$HOME/.ssh"
10+
echo "$ssh_key" | base64 --decode > "$HOME/.ssh/id_rsa"
1111
ssh -oStrictHostKeyChecking=no -T git@github.com
1212
exit 0
1313
else

0 commit comments

Comments
 (0)