From 0f79c86955d288652653d03f3233147a62748dc7 Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Mon, 22 Jul 2013 16:13:33 +1000 Subject: [PATCH] fix pshazz (no more git-completion bin) --- pshazz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pshazz.json b/pshazz.json index f6f7c27d15..de8fab58fd 100644 --- a/pshazz.json +++ b/pshazz.json @@ -2,5 +2,5 @@ "version": "0.2013.07.10", "url": "https://github.com/lukesampson/pshazz/archive/master.zip", "unzip_folder": "pshazz-master", - "bin": [ "bin\\pshazz.ps1", "bin\\git-completion.ps1" ] + "bin": [ "bin\\pshazz.ps1" ] } \ No newline at end of file