From ee66ab8ec59b2899aad4420c0b65bd59bf7d07ac Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 19 May 2025 19:16:47 +1200 Subject: [PATCH] . --- README.md | 2 +- build.sh => publish.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename build.sh => publish.sh (100%) diff --git a/README.md b/README.md index 3c0c70a..b97e108 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Public read actions: - `curl http://localhost:8123/meta/squashkiwi:latest` - quick status check: - - `curl http://localhost:8123/status` + - `curl http://localhost:8123/status` Write actions: diff --git a/build.sh b/publish.sh similarity index 100% rename from build.sh rename to publish.sh