We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcc7761 commit 3aa8003Copy full SHA for 3aa8003
1 file changed
startupscript/butane/055-provide-secrets.sh
@@ -127,7 +127,7 @@ readonly ATTACHED_SECRETS
127
echo "Waiting for container to create named pipe..."
128
129
if ! docker exec "${CONTAINER_NAME}" sh -c "[ -p ${PIPE_PATH} ]" 2>/dev/null; then
130
- >&2 echo "Container not receinv secrets at ${PIPE_PATH}. Skipping secret provisioning."
+ >&2 echo "Container not receiving secrets at ${PIPE_PATH}. Skipping secret provisioning."
131
exit 0
132
fi
133
0 commit comments