diff options
Diffstat (limited to 'bin/gpg2mutt')
-rwxr-xr-x | bin/gpg2mutt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gpg2mutt b/bin/gpg2mutt index d9db27b..18553c0 100755 --- a/bin/gpg2mutt +++ b/bin/gpg2mutt @@ -12,7 +12,7 @@ LANG= # Output file -output="$HOME/.mutt/gpg-auto.rc" +output="$HOME/.config/mutt/gpg-auto.rc" # if the file exists, delete it if [ -f "${output}" ]; then |