From a41a17c7d36c550f01baba2bbb0a5ff5a40490ec Mon Sep 17 00:00:00 2001 From: g0tmi1k Date: Fri, 18 Mar 2016 15:35:00 +0000 Subject: [PATCH] Fix typo --- searchsploit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searchsploit b/searchsploit index b4a01c7eb..e0398e42c 100755 --- a/searchsploit +++ b/searchsploit @@ -88,7 +88,7 @@ function update() cd "${gitpath}/" ## Make sure a git repo is init before updating - if [[ "$( git rev-parse --is-inside-work-tree )" != 1 ]]; then + if [[ "$( git rev-parse --is-inside-work-tree )" != "true" ]]; then if [[ "$( ls )" = "" ]]; then # If directory is empty, just clone git clone "${gitremote}" .