Bläddra i källkod

[gitconfig] Update path to gpg

Colin Powell 4 år sedan
förälder
incheckning
c6b3da5f7e
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      git/.gitconfig

+ 1 - 1
git/.gitconfig

@@ -28,7 +28,7 @@
 [merge]
 	conflictstyle = diff3
 [gpg]
-	program = /usr/local/bin/gpg
+	program = /usr/bin/gpg
 [status]
 	showUntrackedFiles = all
 [transfer]