Skip to content

Commit 8a23af0

Browse files
committed
fix URL in one of the download scripts
1 parent aaea1f3 commit 8a23af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deps/logging-install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ if [ -n "${CI_JOB_TOKEN}" ]
66
then
77
git clone "https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.stealthsoftwareinc.com/stealth/loggingtools.git" logging/
88
else
9-
git clone git@github.com/stealthsoftwareinc/stealth_logging.git logging/
9+
git clone https://github.com/stealthsoftwareinc/stealth_logging.git logging/
1010
fi

0 commit comments

Comments
 (0)