From 4d0a045d78b8ad411534888464d977f65ff9efc7 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Thu, 14 Nov 2019 12:14:16 -0600 Subject: To version 2.1.17-SNAPSHOT Issue-ID: AAF-1046 Change-Id: Id534c271c94c3805a5902eea521dc6c9d66f3919 Signed-off-by: Instrumental --- auth/docker/dclean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth/docker/dclean.sh') diff --git a/auth/docker/dclean.sh b/auth/docker/dclean.sh index 4fb4e07a..0e974aa6 100644 --- a/auth/docker/dclean.sh +++ b/auth/docker/dclean.sh @@ -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 -- cgit 1.2.3-korg