]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Using .asc instead of .gpg
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 5 Jan 2010 16:11:01 +0000 (14:11 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 5 Jan 2010 16:11:01 +0000 (14:11 -0200)
lib/keyringer/functions

index 9c03000993398245b8f4ada786c3e97d5ecad7ba..d706d5b3b3d28c82c9ca8ad58b65e2ac4418f1b5 100644 (file)
@@ -50,7 +50,7 @@ function keyringer_exec {
 
 # Return a filename with correct extension
 function keyringer_filename {
-  echo `dirname $1`/`basename $1 .gpg`.gpg
+  echo `dirname $1`/`basename $1 .asc`.asc
 }
 
 # Check if a folder is inside a git repository