From e3fb0eeb1166d9bd5aeabc5423518248469f5bd6 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Tue, 19 Sep 2023 14:34:02 +0200 Subject: [PATCH] Fixed typo --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2eb110ae..f4d3bccf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -486,11 +486,11 @@ steps: hash="$($hash_cmd "$file" | cut -d" " -f1)" size="$(wc -c < $file)" echo " $hash $size $basename" - echo " $hash $size $(echo basename | sed -re 's|/all/|/binary-i386/|')" - echo " $hash $size $(echo basename | sed -re 's|/all/|/binary-amd64/|')" - echo " $hash $size $(echo basename | sed -re 's|/all/|/binary-armel/|')" - echo " $hash $size $(echo basename | sed -re 's|/all/|/binary-armhf/|')" - echo " $hash $size $(echo basename | sed -re 's|/all/|/binary-arm64/|')" + echo " $hash $size $(echo $basename | sed -re 's|/all/|/binary-i386/|')" + echo " $hash $size $(echo $basename | sed -re 's|/all/|/binary-amd64/|')" + echo " $hash $size $(echo $basename | sed -re 's|/all/|/binary-armel/|')" + echo " $hash $size $(echo $basename | sed -re 's|/all/|/binary-armhf/|')" + echo " $hash $size $(echo $basename | sed -re 's|/all/|/binary-arm64/|')" done }