diff --git a/conf/type/__directory/gencode-remote b/conf/type/__directory/gencode-remote index e9feecf4..19591266 100755 --- a/conf/type/__directory/gencode-remote +++ b/conf/type/__directory/gencode-remote @@ -62,7 +62,7 @@ case "$state_should" in absent) # Only delete if it exists if [ yes = "$(cat "$__object/explorer/exists")" ]; then - echo rm -r \"$destination\" + echo rm -rf \"$destination\" fi ;;