autotest: fixed mavlink update path

This commit is contained in:
Andrew Tridgell 2013-03-29 19:21:48 +11:00
parent 896fd52aa1
commit 60ae67992d
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ git fetch origin
git reset --hard origin/master
popd
for d in MAVProxy pymavlink; do
for d in MAVProxy mavlink; do
pushd $d
git pr
popd