miktex-kiss-repo

KISS Linux repo for MiKTeX
git clone git://bvnf.space/miktex-kiss-repo.git
Log | Files | Refs | README | LICENSE

commit ff4aa81a9a95635f7fc49ed70a78086af0428896
parent 8fc5e37457b1176be01642c0c755336135bc7d51
Author: aabacchus <ben@bvnf.space>
Date:   Sat, 11 Sep 2021 15:07:41 +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 {} +