From dd2dcab7ef8cb9ecda12b1d14b8be4c7ed0c6730 Mon Sep 17 00:00:00 2001 From: siwatanejo <7511840+siwatanejo@users.noreply.github.com> Date: Wed, 13 Mar 2024 19:25:07 +0100 Subject: [PATCH] CI: fix typo in git clone command Introduced in: 94ae3f5ecc951f3d527f97ea10a8a4d897e6b696 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 86ed2579..3c519376 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -698,7 +698,7 @@ jobs: git config --global user.email "ldk-ci@example.com" git config --global user.name "LDK CI" # Note this is a different endpoint, as we need one non-upstream commit! - git clone https://github.com/rghtningdevkit/ust-lightning + git clone https://github.com/lightningdevkit/rust-lightning cd rust-lightning git checkout origin/0.0.121-bindings cd .. -- 2.30.2