From 07a1081751eac6eb7876c409cac54888c9127d65 Mon Sep 17 00:00:00 2001 From: Aaron Fiore Date: Tue, 10 Mar 2026 17:16:23 -0700 Subject: [PATCH] repo: gitea: workflows: dfi: update edit of build file --- .gitea/workflows/dfi.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/dfi.bash b/.gitea/workflows/dfi.bash index 940de22..d19d3de 100755 --- a/.gitea/workflows/dfi.bash +++ b/.gitea/workflows/dfi.bash @@ -140,7 +140,7 @@ function client::finance::edit() # Build: uncomment all optional packages and plugin dependencies from custom build file _file="${_path}/Dockerfiles/${USER:?}@$(uname -n)" [ ! -f "$_file" ] && exit 1 - sed -i '18,56s/#//' "$_file" + sed -i '18,51s/#//' "$_file" # Build: uncomment custom compose merge file _file+=".yml"