From afa80a3a27800e57a7a2e3e6e7fc870029e836b2 Mon Sep 17 00:00:00 2001 From: Emanuele Bellocchia <54482000+ebellocchia@users.noreply.github.com> Date: Fri, 9 Feb 2024 22:48:09 +0100 Subject: [PATCH] Update clean.sh --- clean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clean.sh b/clean.sh index bf851f6..132680b 100644 --- a/clean.sh +++ b/clean.sh @@ -10,4 +10,4 @@ rm -rf node_modules rm -rf typechain-types rm -f package-lock.json rm -f coverage.json -rm -f *Flattened.sol +rm -f ./*Flattened.sol