remove v3 references

This commit is contained in:
Christian Mehlmauer
2018-09-30 11:17:20 +02:00
parent 3f20edc41f
commit b40e06b2ea
2 changed files with 3 additions and 3 deletions

View File

@@ -12,5 +12,5 @@ cd $DIR/../
if [[ -n "$WPSCAN_BUILD" ]]; then
docker build -q -t wpscanv3:git .
fi
docker run -it --rm -v $DIR/../:/wpscan wpscanv3:git "$@"
docker run -it --rm -v $DIR/../:/wpscan wpscan:git "$@"