Skip to content

Commit

Permalink
tools: choose correct dockerhub repo
Browse files Browse the repository at this point in the history
This was incorrectly set after the rename.
  • Loading branch information
julianoes committed Jul 12, 2019
1 parent ce9ad11 commit 3fc637e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/run-docker.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env sh

docker run -it --rm -v $(pwd):/home/user/MAVSDK:z -e LOCAL_USER_ID=`id -u` mavlink/mavsdk-ubuntu-18.04-px4-sitl "$@"
docker run -it --rm -v $(pwd):/home/user/MAVSDK:z -e LOCAL_USER_ID=`id -u` mavsdk/mavsdk-ubuntu-18.04-px4-sitl "$@"

0 comments on commit 3fc637e

Please sign in to comment.