From c49a3f7952c0938a4be7cfa2ee1fb05b63ec7b60 Mon Sep 17 00:00:00 2001 From: vidya sagar <160703874+vidyasagarnimmagaddi@users.noreply.github.com> Date: Thu, 10 Jul 2025 13:09:24 +0530 Subject: [PATCH] Revert "chore: Add ppa candidate repo to install 2.50.1 version of git (#12563)" (#12566) This reverts commit 903ef895e76378b56bd9e130ce010ca2222dd673. --- images/ubuntu/scripts/build/install-git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/ubuntu/scripts/build/install-git.sh b/images/ubuntu/scripts/build/install-git.sh index 33be88b88..25dc93bb2 100644 --- a/images/ubuntu/scripts/build/install-git.sh +++ b/images/ubuntu/scripts/build/install-git.sh @@ -7,7 +7,7 @@ # Source the helpers for use with the script source $HELPER_SCRIPTS/install.sh -GIT_REPO="ppa:git-core/candidate" +GIT_REPO="ppa:git-core/ppa" ## Install git add-apt-repository $GIT_REPO -y