From 1d8b6b7038322b70a803214506df183a952909c0 Mon Sep 17 00:00:00 2001 From: fortmarek Date: Tue, 24 Sep 2024 13:45:54 +0200 Subject: [PATCH] Point to Xcode 16 fix --- lib/utils.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.bash b/lib/utils.bash index d45aee8..18135ee 100644 --- a/lib/utils.bash +++ b/lib/utils.bash @@ -2,7 +2,7 @@ set -euo pipefail -GH_REPO="https://github.com/SourceDocs/SourceDocs" +GH_REPO="https://github.com/tuist/SourceDocs" TOOL_NAME="sourcedocs" TOOL_TEST="sourcedocs --help"