From 257b0684eff96a0e2485395c60a7c9dd721e1612 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 4 Jan 2024 13:52:47 +0100 Subject: [PATCH] nix: fix regex in clean.sh script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Repo used to be called `status-react`. Signed-off-by: Jakub SokoĊ‚owski --- nix/scripts/clean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/scripts/clean.sh b/nix/scripts/clean.sh index d40fa7d17d..1756aaca26 100755 --- a/nix/scripts/clean.sh +++ b/nix/scripts/clean.sh @@ -89,7 +89,7 @@ if [[ -n "${nixResultPath}" ]]; then toDelete=$(findByResult "${nixResultPath}") else # use regular expression that should match all status-mobile build artifacts - toDelete=$(findByRegex '.*-status-(react|go)-(shell|source|build|patched-npm-gradle-modules).*') + toDelete=$(findByRegex '.*-status-(mobile|go)-(shell|source|build|patched-npm-gradle-modules).*') fi # remove duplicates and return