From 19abc401012e1bafc6e1adffea87d5aee1bfc9dc Mon Sep 17 00:00:00 2001 From: Slawomir Koszewski Date: Thu, 5 Mar 2026 06:03:39 +0100 Subject: [PATCH] Update: rename cert-functions.sh to simple-ca.sh. Fix badge link. --- README.md | 2 +- run-tests.sh | 2 +- cert-functions.sh => simple-ca.sh | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename cert-functions.sh => simple-ca.sh (100%) diff --git a/README.md b/README.md index d516535..093da05 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # Simple CA -[![test](https://gitea.koszewscy.waw.pl/slawek/simple-ca/actions/workflows/test.yaml/badge.svg)](https://gitea.koszewscy.waw.pl/slawek/simple-ca/actions/workflows/test.yaml) +[![test](https://gitea.koszewscy.waw.pl/slawek/simple-ca/actions/workflows/test.yaml/badge.svg)](https://gitea.koszewscy.waw.pl/slawek/simple-ca/actions?workflow=test.yaml) diff --git a/run-tests.sh b/run-tests.sh index df22bcb..e178915 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -25,7 +25,7 @@ set -e # Load the certificate functions -source "$(dirname "$BASH_SOURCE[0]")/cert-functions.sh" +source "$(dirname "$BASH_SOURCE[0]")/simple-ca.sh" function clean_up_test_dir() { if [[ -d "$CERT_DIR" ]]; then diff --git a/cert-functions.sh b/simple-ca.sh similarity index 100% rename from cert-functions.sh rename to simple-ca.sh