From: Silvio Rhatto Date: Tue, 5 Jan 2010 16:11:01 +0000 (-0200) Subject: Using .asc instead of .gpg X-Git-Tag: 0.2.1~160 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5c9e10e87bfaab7d226faad98837ce5a0278f2c6;p=keyringer.git Using .asc instead of .gpg --- diff --git a/lib/keyringer/functions b/lib/keyringer/functions index 9c03000..d706d5b 100644 --- a/lib/keyringer/functions +++ b/lib/keyringer/functions @@ -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