trivial: update teardown command

This commit is contained in:
Martin Surovcak
2018-10-08 16:29:07 +02:00
committed by GitHub
parent 1edede213e
commit d0572cf170

View File

@@ -38,7 +38,7 @@ Export all objects
Clean up remnants of the old AWX install:
```docker rm -f $(ps -aq)``` # remove all old awx containers
```docker rm -f $(docker ps -aq)``` # remove all old awx containers
```make clean-ui``` # clean up ui artifacts