From 6be4dfdfedcd38a5b028bf6351bc63874e048b27 Mon Sep 17 00:00:00 2001 From: Gurkirat Singh Date: Sat, 12 Jun 2021 00:41:11 +0530 Subject: [PATCH] helpers (bugfix): possible lint error fix --- lib/helpers.bash | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/helpers.bash b/lib/helpers.bash index a219d8a2..0f9e51ed 100644 --- a/lib/helpers.bash +++ b/lib/helpers.bash @@ -226,7 +226,6 @@ _bash-it-update-() { DIFF=$(git diff --name-status) [ ${#DIFF} -gt 0 ] && echo -e "Either commit your changes using git commit, or clean them...\n$DIFF" && return 1 - if [ -z "$BASH_IT_REMOTE" ]; then BASH_IT_REMOTE="origin"