We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3285513 commit 772e015Copy full SHA for 772e015
1 file changed
hooks/environment.agent
@@ -9,7 +9,7 @@ set -eou pipefail
9
## agent should exit, causing the docker container to restart and restore the deleted files.
10
## This gives us the capability to deny access to these files to later steps within the
11
## current buildkite job.
12
-SECRETS_MOUNT_POINT="${BUILDKITE_PLUIGIN_CRYPYTIC_SECRETS_MOUNT_POINT:-/secrets}"
+SECRETS_MOUNT_POINT="${BUILDKITE_PLUGIN_CRYPTIC_SECRETS_MOUNT_POINT:-/secrets}"
13
14
## The secrets that must be contained within:
15
## - `agent.{key,pub}`: An RSA private/public keypair (typically generated via the
0 commit comments