From 3a356b1a8efcb02dd03d4d736157402e158982a9 Mon Sep 17 00:00:00 2001 From: Ido David Date: Fri, 3 Nov 2023 15:13:17 -0400 Subject: [PATCH] update test --- git/tests/Earthfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git/tests/Earthfile b/git/tests/Earthfile index a40ffaf..ca6898b 100644 --- a/git/tests/Earthfile +++ b/git/tests/Earthfile @@ -12,8 +12,8 @@ all: --base_image=amazonlinux:1 \ --base_image=amazonlinux:2 \ --GIT_URL=https://github.com/earthly/lib.git \ - --GIT_URL=git@github.com:earthly/cloud.git \ - --GIT_URL=git@github.com:earthly/cloud \ + --GIT_URL=git@github.com:earthly/lib.git \ + --GIT_URL=git@github.com:earthly/lib \ --SECRET_PATH="" \ --SECRET_PATH="littleredcorvette-id_rsa" \ --DEST_DIR="" \