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