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