testing/bats: fix typo in post-install

This commit is contained in:
qaqland 2024-09-11 22:20:48 +08:00 committed by Celeste
parent 444a6e5e88
commit c0288879c1
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# Maintainer: qaqland <qaq@qaq.land>
pkgname=bats
pkgver=1.11.0
pkgrel=0
pkgrel=1
pkgdesc="Meta package for Bats"
url="https://bats-core.readthedocs.io/"
arch="noarch"

View File

@ -2,7 +2,7 @@
cat >&2 <<EOF
*
* set BATS_LIB_PATH=/usr/lib/bats before executing `bats_load_library`
* set BATS_LIB_PATH=/usr/lib/bats before executing 'bats_load_library'
*
EOF