From 782c139dba017e2c0bc9d548d8d06ecc6b34f597 Mon Sep 17 00:00:00 2001 From: Sarah Mount Date: Fri, 25 Oct 2024 13:59:45 +0100 Subject: [PATCH] Update snapshot repo endpoint to GitHub --- config/application.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/application.json b/config/application.json index 2552526..19ff4c0 100644 --- a/config/application.json +++ b/config/application.json @@ -1,6 +1,6 @@ { "wordpress": { - "repository": "git@git.govpress.com:wordpress/snapshot", + "repository": "git@github.com:dxw/wordpress-snapshot", "revision": "v6" } }