fix rm
This commit is contained in:
parent
adbe9c1662
commit
4f10de8817
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ fi
|
|||
|
||||
# Clean out code repos if directed to do so
|
||||
if [ "$CLEAN" = "1" ]; then
|
||||
rm -rf $NOVA_REPO $CACHEDIR/$DEST
|
||||
rm -rf $CACHEDIR/$DEST
|
||||
fi
|
||||
|
||||
# Cache openstack code
|
||||
|
|
Loading…
Reference in a new issue