Skip to content

Commit

Permalink
tools: Tweak pull-upstream help text.
Browse files Browse the repository at this point in the history
There might still be downstream changes the user wishes to overwrite.
  • Loading branch information
littleguy77 committed Jan 8, 2015
1 parent 30a637f commit a90d240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pull-upstream.sh
Expand Up @@ -89,7 +89,7 @@ for i in $COMPONENTS; do
DO_COMMIT="y" DO_COMMIT="y"
if [ "$NEW_MSG_BODY" == "" ];then if [ "$NEW_MSG_BODY" == "" ];then
echo echo
echo "Nothing to commit. Continue? [y/N]" echo "No upstream changes to pull. Continue? [N/y]"
echo echo
read DO_COMMIT read DO_COMMIT
fi fi
Expand Down

0 comments on commit a90d240

Please sign in to comment.