From cb81d7eb417b6a03617bf12ad70bff85eee24698 Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Wed, 4 Mar 2026 13:51:04 +0000 Subject: [PATCH] fix: update oseng symlink for repo root relocation app-templates/oseng now points to ../../oseng/templates/oseng since tori moved from oseng/tori to the repo root. --- app-templates/oseng | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-templates/oseng b/app-templates/oseng index 0180395..9ecce53 120000 --- a/app-templates/oseng +++ b/app-templates/oseng @@ -1 +1 @@ -../../templates/oseng \ No newline at end of file +../../oseng/templates/oseng \ No newline at end of file