From 9a6ea0420f19e5e4fef8a1100ec9f5f339f1b3fb Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sat, 10 Feb 2024 15:54:11 +0100 Subject: [PATCH] fix ldap --- manifest.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.toml b/manifest.toml index e9e5ffc..2ceb543 100644 --- a/manifest.toml +++ b/manifest.toml @@ -58,6 +58,7 @@ ram.runtime = "50M" [resources.sources.ldap] url = "https://github.com/smhaller/ldap-overleaf-sl/archive/refs/tags/4.1.1.tar.gz" sha256 = "6c9124f0f8a5d5bbccc271d3b29bb7c8ecb1e6362d5725316638a6c098095aea" + in_subdir = true autoupdate.strategy = "latest_github_tag"