mirror of https://github.com/ArduPilot/ardupilot
autotest: fixed mavlink update path
This commit is contained in:
parent
896fd52aa1
commit
60ae67992d
|
@ -86,7 +86,7 @@ git fetch origin
|
||||||
git reset --hard origin/master
|
git reset --hard origin/master
|
||||||
popd
|
popd
|
||||||
|
|
||||||
for d in MAVProxy pymavlink; do
|
for d in MAVProxy mavlink; do
|
||||||
pushd $d
|
pushd $d
|
||||||
git pr
|
git pr
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in New Issue