do not need to create directories - git will do this - thanks to Steven

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-01-20 22:02:10 +01:00
parent 61747c4cb7
commit 1d933dd5d3
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ state_should=present
case "$state_should" in
present)
__directory "$__object_id" --state present $dirparams --recursive
:
;;
absent)