aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs/pijul/files/pijul-0.12.2-fix-ssh-location.patch')
-rw-r--r--dev-vcs/pijul/files/pijul-0.12.2-fix-ssh-location.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-vcs/pijul/files/pijul-0.12.2-fix-ssh-location.patch b/dev-vcs/pijul/files/pijul-0.12.2-fix-ssh-location.patch
new file mode 100644
index 0000000..fc3bc72
--- /dev/null
+++ b/dev-vcs/pijul/files/pijul-0.12.2-fix-ssh-location.patch
@@ -0,0 +1,11 @@
+--- a/src/commands/ssh_auth_attempts.rs 2019-11-24 23:09:09.860598624 +0300
++++ b/src/commands/ssh_auth_attempts.rs 2019-11-24 23:10:22.146596281 +0300
+@@ -77,7 +77,7 @@
+ impl KeyPath {
+ fn first() -> Self {
+ KeyPath {
+- location: KeyLocation::Local,
++ location: KeyLocation::Pijul,
+ typ: KeyType::Ed25519,
+ }
+ }