File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ for pull in "${PULLS[@]}"; do
180
180
(git status --porcelain | grep ^U) || echo " !!! None. Did you git am --continue?"
181
181
echo
182
182
echo " +++ Please resolve the conflicts in another window (and remember to 'git add / git am --continue')"
183
- read -p " +++ Proceed (anything but 'y' aborts the cherry-pick)? [y/n] " -r
183
+ read -p " +++ Proceed (anything other than 'y' aborts the cherry-pick)? [y/n] " -r
184
184
echo
185
185
if ! [[ " ${REPLY} " =~ ^[yY]$ ]]; then
186
186
echo " Aborting." >&2
@@ -247,7 +247,7 @@ echo "+++ I'm about to do the following to push to GitHub (and I'm assuming ${FO
247
247
echo
248
248
echo " git push ${FORK_REMOTE} ${NEWBRANCHUNIQ} :${NEWBRANCH} "
249
249
echo
250
- read -p " +++ Proceed (anything but 'y' aborts the cherry-pick)? [y/n] " -r
250
+ read -p " +++ Proceed (anything other than 'y' aborts the cherry-pick)? [y/n] " -r
251
251
if ! [[ " ${REPLY} " =~ ^[yY]$ ]]; then
252
252
echo " Aborting." >&2
253
253
exit 1
You can’t perform that action at this time.
0 commit comments