Skip to content

Commit

Permalink
Fix typo in to-resolve name
Browse files Browse the repository at this point in the history
To make sure we don't commit with resolving conflicts.

Signed-off-by: Neil Brown <[email protected]>
  • Loading branch information
neilbrown committed Jun 13, 2006
1 parent 74a9b5a commit da2bd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ case $cmd in
echo >&2 remove trailing spaces/tabs first !!
# exit 1
fi
if [ -s .patches/to-resolv ]
if [ -s .patches/to-resolve ]
then echo "Please resolve outstanding conflicts first with 'p resolve'"
exit 1
fi
Expand Down

0 comments on commit da2bd81

Please sign in to comment.