Skip to content

Commit 6f47675

Browse files
committed
Minor tweak
- Legacy-Id: 13029
1 parent 90c61f8 commit 6f47675

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/mkrelease

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ changes=$( sed -n "/^$PROJ ($VER.*)/,/^ -- /p" changelog )
175175
[ "$changes" ] || die "No changelog information for $VER found"
176176
#note "$changes"
177177

178-
note "Checking that we don't have both schema and data migrations"
178+
note "Checking that we don't have both schema and data migrations ..."
179179
cur=$(svn info | awk '/^Revision:/ { print $2 }')
180180
migrations=$(svn log $PWD -v -r HEAD:$((cur-100)) | sed -n -e '1,/^Set version info and settings back to development mode/p' | grep '^...A /.*/migrations/0.*.py' | cut -c6- | awk '{ print $1 }' | sed -re 's|/trunk/||')
181181
if [ -n "$migrations" ]; then

0 commit comments

Comments
 (0)