Skip to content

Commit fb456d3

Browse files
committed
Minor typo.
1 parent 39a17e6 commit fb456d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env sh
22

33
#
4-
# Load the contents of the NAIS provided vault token into a Spring Boot friendly environment variable.
4+
# Load the contents of the NAIS provided Vault token into a Spring Boot friendly environment variable.
55
#
66
SPRING_CLOUD_VAULT_TOKEN=$(cat /var/run/secrets/nais.io/vault/vault_token)
77
export SPRING_CLOUD_VAULT_TOKEN
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env sh
22

33
#
4-
# Load the contents of the NAIS provided vault token into a Spring Boot friendly environment variable.
4+
# Load the contents of the NAIS provided Vault token into a Spring Boot friendly environment variable.
55
#
66
SPRING_CLOUD_VAULT_TOKEN=$(cat /var/run/secrets/nais.io/vault/vault_token)
77
export SPRING_CLOUD_VAULT_TOKEN
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env sh
22

33
#
4-
# Load the contents of the NAIS provided vault token into a Spring Boot friendly environment variable.
4+
# Load the contents of the NAIS provided Vault token into a Spring Boot friendly environment variable.
55
#
66
SPRING_CLOUD_VAULT_TOKEN=$(cat /var/run/secrets/nais.io/vault/vault_token)
77
export SPRING_CLOUD_VAULT_TOKEN

0 commit comments

Comments
 (0)