Skip to content

Commit 3aa8003

Browse files
committed
Fix typo in provide-secrets.sh
1 parent bcc7761 commit 3aa8003

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

startupscript/butane/055-provide-secrets.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ readonly ATTACHED_SECRETS
127127
echo "Waiting for container to create named pipe..."
128128

129129
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."
130+
>&2 echo "Container not receiving secrets at ${PIPE_PATH}. Skipping secret provisioning."
131131
exit 0
132132
fi
133133

0 commit comments

Comments
 (0)