This commit is contained in:
Anthony Young 2011-09-26 20:03:40 -07:00
parent adbe9c1662
commit 4f10de8817

View file

@ -97,7 +97,7 @@ fi
# Clean out code repos if directed to do so # Clean out code repos if directed to do so
if [ "$CLEAN" = "1" ]; then if [ "$CLEAN" = "1" ]; then
rm -rf $NOVA_REPO $CACHEDIR/$DEST rm -rf $CACHEDIR/$DEST
fi fi
# Cache openstack code # Cache openstack code