diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-01-05 14:11:01 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-01-05 14:11:01 -0200 |
commit | 5c9e10e87bfaab7d226faad98837ce5a0278f2c6 (patch) | |
tree | 9c2b69fb74e3a357ab804f4636e8cd08f617ade2 | |
parent | fbc7b1b2c12079fbb7fd55430e8d2a29c214be81 (diff) | |
download | keyringer-5c9e10e87bfaab7d226faad98837ce5a0278f2c6.tar.gz keyringer-5c9e10e87bfaab7d226faad98837ce5a0278f2c6.tar.bz2 |
Using .asc instead of .gpg
-rw-r--r-- | lib/keyringer/functions | 2 |
1 files changed, 1 insertions, 1 deletions
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 |