From cbeb46c84b22b93700369002dc936320669fb15e Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Sat, 30 Dec 2023 15:08:35 +0100 Subject: fix syntax --- download_artifact.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download_artifact.sh b/download_artifact.sh index 5a1e791..4a270a1 100755 --- a/download_artifact.sh +++ b/download_artifact.sh @@ -7,7 +7,7 @@ cache_key="$2" path_to_file="$3.xz" basename="$(basename $path_to_file)" -curl "https://git.mrcyjanek.net/api/packages/mrcyjanek/generic/monero_c/${cache_name}-${cache_key}/${basename}" > /tmp/cache || exit 0 +curl "https://git.mrcyjanek.net/api/packages/mrcyjanek/generic/monero_c/${cache_name}-${cache_key}/${basename}" > /tmp/cache if [[ "xpackage does not exist" == "x$(head -1 /tmp/cache)" ]]; then echo "Cache miss '$1' '$2' '$basename'" -- cgit v1.2.3