Skip to content

Commit

Permalink
fix(please): quoted interpolation when empty
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Aug 19, 2018
1 parent cedde9a commit 20cc9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion please
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ fi
ok " Done [${VERSION}]"

info "Collecting commits ..."
COMMITS=`git log "${DIFF}" --no-merges --oneline --pretty="${GCFMT}" --grep "skip ci" --grep "StyleCI" --invert-grep`
COMMITS=`git log ${DIFF} --no-merges --oneline --pretty="${GCFMT}" --grep "skip ci" --grep "StyleCI" --invert-grep`
ok

if [ "" == "$COMMITS" ]; then
Expand Down

0 comments on commit 20cc9b9

Please sign in to comment.