fix path for ssh key

This commit is contained in:
2024-05-29 15:38:50 -05:00
parent 5128d30123
commit 0543df7b75

View File

@@ -26,7 +26,7 @@
userName = "Ethan Simmons";
userEmail = "eesimmons9105@gmail.com";
extraConfig = {
core.sshCommand = "'ssh -i ~/.ssh/id_ed25519'";
core.sshCommand = "'ssh -i /home/eesim/.ssh/id_ed25519'";
};
};