From 070183c6561c0d4dc309be5528e7b8f769f45f9e Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Sun, 5 Jan 2025 18:23:05 +0100 Subject: ci: zano fixes --- apply_patches.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'apply_patches.sh') diff --git a/apply_patches.sh b/apply_patches.sh index 8013c9d..08c1818 100755 --- a/apply_patches.sh +++ b/apply_patches.sh @@ -6,14 +6,15 @@ repo="$1" if [[ "x$repo" == "x" ]]; then - echo "Usage: $0 monero/wownero" + echo "Usage: $0 monero/wownero/zano" exit 1 fi -if [[ "x$repo" != "xwownero" && "x$repo" != "xmonero" ]]; +if [[ "x$repo" != "xwownero" && "x$repo" != "xmonero" && "x$repo" != "xzano" ]]; then - echo "Usage: $0 monero/wownero" + echo "Usage: $0 monero/wownero/zano" echo "Invalid target given, only monero and wownero are supported targets" + exit 1 fi if [[ ! -d "$repo" ]] -- cgit v1.2.3