diff --git a/bucket/git-with-openssh.json b/bucket/git-with-openssh.json index 8fbcd19864..7fc19c015b 100644 --- a/bucket/git-with-openssh.json +++ b/bucket/git-with-openssh.json @@ -37,10 +37,6 @@ [ "cmd\\git-gui.exe", "Git GUI" - ], - [ - "cmd\\gitk.exe", - "gitk" ] ], "post_install": "git config --global credential.helper manager", diff --git a/bucket/git.json b/bucket/git.json index 677346d78e..dae67b4119 100644 --- a/bucket/git.json +++ b/bucket/git.json @@ -29,10 +29,6 @@ [ "cmd\\git-gui.exe", "Git GUI" - ], - [ - "cmd\\gitk.exe", - "gitk" ] ], "post_install": "git config --global credential.helper manager",