Implement public private locator
[aaf/authz.git] / auth / docker / dclean.sh
index 38ce518..4fb4e07 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 "
 else
     AAF_COMPONENTS="$@"
 fi