kiss-repo

personal package repository
git clone git://bvnf.space/kiss-repo.git
Log | Files | Refs | README | LICENSE

commit ef35507e5d1e504df0b4d2310185f52eebd6f1b9
parent 1c06800c0b8b863301b214df4496099a6b0e6631
Author: aabacchus <ben@bvnf.space>
Date:   Sun, 19 Sep 2021 23:34:13 +0100

remove `find` gnuism

Diffstat:
M.github/workflows/main.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml @@ -7,4 +7,4 @@ jobs: - uses: actions/checkout@v2 - name: Run shellcheck run: | - find -name build -or -name post-install -exec shellcheck {} + + find . -name build -or -name post-install -exec shellcheck {} +