From fef565482c789cfec11dc69cfd8beebc33cc0f6d Mon Sep 17 00:00:00 2001 From: Yaniv Kaul Date: Tue, 5 Dec 2023 15:23:38 +0200 Subject: [PATCH] Update unified/build_unified.sh fix sentence overall --- unified/build_unified.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unified/build_unified.sh b/unified/build_unified.sh index 4a32d8f3fd..781046d058 100755 --- a/unified/build_unified.sh +++ b/unified/build_unified.sh @@ -80,7 +80,7 @@ for pkg in $PKGS; do dirname=$(basename "$pkg"| sed -e "s/-$VERSION_ESC-$RELEASE_ESC\.[^.]*\.tar\.gz//") dirname=${dirname/#$PRODUCT/scylla} if [ ! -d "$BASEDIR/$dirname" ]; then - echo "Directory $dirname not found in $pkg, the package may corrupted." + echo "Directory $dirname not found in $pkg, the package might be corrupted." exit 1 fi done