URI: 
       tmessage fix - tomb - the crypto undertaker
  HTML git clone git://parazyd.org/tomb.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 82e0533892050c79ee629b18d8c841b0d7c462c8
   DIR parent a7d7fad6a84ff8a0bc49a7b4595ba8e3cf7e41b9
  HTML Author: Jaromil <jaromil@dyne.org>
       Date:   Fri, 14 Nov 2014 19:43:26 +0100
       
       message fix
       
       Diffstat:
         M tomb                                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/tomb b/tomb
       t@@ -1505,7 +1505,7 @@ lock_tomb_with_key() {
            cryptsetup luksClose tomb.tmp
        
            _message "Done locking ::1 tomb name:: using Luks dm-crypt ::2 cipher::" $TOMBNAME $cipher
       -    _success "Your tomb is ready in ::1 tomb path:: and secured with key ::3 tomb key::" \
       +    _success "Your tomb is ready in ::1 tomb path:: and secured with key ::2 tomb key::" \
                $TOMBPATH $TOMBKEYFILE
        
        }