From 42343bbad7c9c2c932bab1d0d309e74211a03ebe Mon Sep 17 00:00:00 2001 From: Alan Bridgeman Date: Thu, 18 Dec 2025 21:00:31 -0600 Subject: [PATCH] Mostly just some documentation changes --- README.md | 4 ++-- entrypoint.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c4d878d..3667b32 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This augments the standard Hashicorp Vault image in 2 main ways: First, you need to clone the repostiory: ```sh -git clone https://github.com/... +git clone https://git.bridgemanaccessible.ca/... ``` Next, you'll need to create a/the `.env` file (you can use the `.env.example` as a template) @@ -27,7 +27,7 @@ For the purposes of this piece there are two types of volumes: - [Host Mounted Volumes](#host-mounted-volumes) - [Shared Volumes](#shared-volumes) -These are detailed bleow +These are detailed below ### Host Mounted Volumes There are a number of volumes used that are intended to be mounted within the host system. diff --git a/entrypoint.sh b/entrypoint.sh index f42fe00..7830f85 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -56,7 +56,7 @@ start_and_wait_for_vault() { fi } -# Function to initialize vault (inculding creating the root token and unseal keys) +# Function to initialize vault (including creating the root token and unseal keys) #init_vault() { # echo "*----------------------*" # echo "| Initialization Vault |"