From fff1ecab59d2f2938d0634b040123ea3efee58a2 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Mon, 6 Feb 2017 17:11:09 +0100 Subject: [PATCH] sign by default --- sup/hooks/crypto-mode.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sup/hooks/crypto-mode.rb diff --git a/sup/hooks/crypto-mode.rb b/sup/hooks/crypto-mode.rb new file mode 100644 index 0000000..75a87a2 --- /dev/null +++ b/sup/hooks/crypto-mode.rb @@ -0,0 +1,3 @@ + +crypto_selector.set_to :sign if crypto_selector.can_set_to? :sign +