fix(git): fix path to signing key
This commit is contained in:
parent
7c785e0473
commit
45baa5f0bc
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
};
|
||||
|
||||
user = {
|
||||
signingKey = "~/.ssh/id_buffet_ecdsa";
|
||||
signingKey = "~/.ssh/id_buffet_ecdsa-sk";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue