Skip to content

Commit 772e015

Browse files
fix typo in SECRETS_MOUNT_POINT (#38)
1 parent 3285513 commit 772e015

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hooks/environment.agent

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -eou pipefail
99
## agent should exit, causing the docker container to restart and restore the deleted files.
1010
## This gives us the capability to deny access to these files to later steps within the
1111
## current buildkite job.
12-
SECRETS_MOUNT_POINT="${BUILDKITE_PLUIGIN_CRYPYTIC_SECRETS_MOUNT_POINT:-/secrets}"
12+
SECRETS_MOUNT_POINT="${BUILDKITE_PLUGIN_CRYPTIC_SECRETS_MOUNT_POINT:-/secrets}"
1313

1414
## The secrets that must be contained within:
1515
## - `agent.{key,pub}`: An RSA private/public keypair (typically generated via the

0 commit comments

Comments
 (0)