fix path for ssh key
This commit is contained in:
@@ -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'";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user