Skip to content

Commit

Permalink
Clean command removes version caches
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Su <[email protected]>
  • Loading branch information
ghosind committed Oct 15, 2024
1 parent 871522c commit 7559b5e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,11 @@ export DVM_VERSION="v0.8.3"
rmdir "$cache_path"
done
}

if [ -d "$DVM_DIR/cache" ]
then
rm -rf "$DVM_DIR/cache"
fi
}

#####################
Expand Down

0 comments on commit 7559b5e

Please sign in to comment.