helpers (bugfix): remove extra newline

pull/1890/head
Gurkirat Singh 2021-06-12 00:40:20 +05:30
parent 3204229841
commit ad90f1d99f
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ _bash-it-update-() {
cd "${BASH_IT}" || return cd "${BASH_IT}" || return
DIFF=$(git diff --name-status) DIFF=$(git diff --name-status)
[ ${#DIFF} -gt 0 ] && echo -e "Either commit your changes using git commit, or clean them...\n\n$DIFF" && return 1 [ ${#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 if [ -z "$BASH_IT_REMOTE" ]; then