aboutsummaryrefslogtreecommitdiff
path: root/lib/keyringer/functions
diff options
context:
space:
mode:
Diffstat (limited to 'lib/keyringer/functions')
-rw-r--r--lib/keyringer/functions2
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