Removed temporary files from correction
diff --git a/scripts/deploy2caravel.sh b/scripts/deploy2caravel.sh
index f18eb51..4e74dae 100644
--- a/scripts/deploy2caravel.sh
+++ b/scripts/deploy2caravel.sh
@@ -28,6 +28,7 @@
 
 echo "Removing cells with DRC issues left"
 cd $CARAVEL/cells/mag
+rm -f corr.*.mag
 perl $CARAVEL/scripts/removeDRCcells.pl
 
 echo "Now cleaning up the files for Sky130"