To version 2.1.17-SNAPSHOT
[aaf/authz.git] / auth / docker / dclean.sh
index 4fb4e07..0e974aa 100644 (file)
@@ -23,7 +23,7 @@
 DOCKER=${DOCKER:=docker}
 
 if [ "$1" == "" ]; then
-    AAF_COMPONENTS="$(cat components) config core agent "
+    AAF_COMPONENTS="$(cat components) config core agent base "
 else
     AAF_COMPONENTS="$@"
 fi