fix rm
diff --git a/build_lxc.sh b/build_lxc.sh
index 9c9f930..6caffb6 100755
--- a/build_lxc.sh
+++ b/build_lxc.sh
@@ -97,7 +97,7 @@
 
 # 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