ソースを参照

[gitconfig] Update path to gpg

Colin Powell 4 年 前
コミット
c6b3da5f7e
1 ファイル変更1 行追加1 行削除
  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]