From 972ad93e1842476a17a0fbac4a3d3df4cbd93123 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Tue, 10 Feb 2026 22:17:09 -0500 Subject: [PATCH] Fix quickstart pcc-deploy.toml --- examples/quickstart/pcc-deploy.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/quickstart/pcc-deploy.toml b/examples/quickstart/pcc-deploy.toml index 812e2b8e6..f08e8a624 100644 --- a/examples/quickstart/pcc-deploy.toml +++ b/examples/quickstart/pcc-deploy.toml @@ -1,5 +1,5 @@ agent_name = "quickstart-test" -image = "markatdaily/quickstart-test:latest" +image = "your_username/quickstart-test:latest" secret_set = "quickstart-test-secrets" agent_profile = "agent-1x"