From 9f8549904de8543bba3121e32c3fa0dc9909f70c Mon Sep 17 00:00:00 2001 From: Joshua Gilman Date: Mon, 28 Oct 2024 15:30:32 -0700 Subject: [PATCH] wip: fix --- examples/postgresql/blueprint.cue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/postgresql/blueprint.cue b/examples/postgresql/blueprint.cue index 9fc1d0e3..6aafe8f2 100644 --- a/examples/postgresql/blueprint.cue +++ b/examples/postgresql/blueprint.cue @@ -2,9 +2,9 @@ version: "1.0" project: { name: "ci-examples-postgresql" ci: targets: { - "test-1": priviledged: true - "test-2": priviledged: true - "test-3": priviledged: true - "test-4": priviledged: true + "test-1": privileged: true + "test-2": privileged: true + "test-3": privileged: true + "test-4": privileged: true } }