Skip to content

Commit

Permalink
fix(please): NL
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Aug 25, 2018
1 parent 11c3037 commit 6124739
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion please
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,9 @@ fi

if [[ $YES -eq 0 ]]; then
read -p "Are you sure to release [${NEXT_VERSION}]? [y/N] " -n 1 -r
echo
if [[ ! $REPLY =~ ^[Yy]$ ]]; then
error "\nNot releasing ${NEXT_VERSION}"
error "Not releasing ${NEXT_VERSION}"
exit 1
fi
fi
Expand Down

0 comments on commit 6124739

Please sign in to comment.