From 5b112bec3a80372b385ac3ab9905cf4aa4a2a93c Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Sun, 15 Jun 2025 05:43:50 -0500 Subject: [PATCH] Use the public URL for update_version. --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 921680f..ec437a0 100644 --- a/packages.json +++ b/packages.json @@ -14,7 +14,7 @@ "license": "MIT", "method": "git", "tags": ["cicd", "ops"], - "url": "ssh://git@proenneke.probatem.com:49559/probatem/update_version.git", - "web": "https://git.probatem.com/probatem/update_version" + "url": "https://git.probatem.com/probatem/update-version.git", + "web": "https://git.probatem.com/probatem/update-version" } ]