diff options
author | Alan Pearce | 2017-09-16 17:39:54 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-16 17:39:54 +0200 |
commit | 695cf955bd0071faf311e44b6ce78e8fd248564d (patch) | |
tree | e33789258d5599b3081cf7e4dbb14daf6cc065e6 | |
parent | 2e637e271c9f06c68efac6d526302a591d2c739b (diff) | |
download | dotfiles-695cf955bd0071faf311e44b6ce78e8fd248564d.tar.lz dotfiles-695cf955bd0071faf311e44b6ce78e8fd248564d.tar.zst dotfiles-695cf955bd0071faf311e44b6ce78e8fd248564d.zip |
git: Fix gpg invocation
-rw-r--r-- | git/.config/git/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/.config/git/config b/git/.config/git/config index 12a490b..bddd3d9 100644 --- a/git/.config/git/config +++ b/git/.config/git/config @@ -44,4 +44,4 @@ [difftool "icdiff"] cmd = icdiff --line-numbers $LOCAL $REMOTE [gpg] - program = gpg2 + program = gpg |