From 634c8404d993f2e90ab95c0d250d479af1dc8b4f Mon Sep 17 00:00:00 2001 From: Wes Date: Tue, 18 Jun 2024 11:04:00 -0700 Subject: [PATCH] fix: merge issue with deleted fields (#1821) --- cmd/ftl/cmd_init.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/ftl/cmd_init.go b/cmd/ftl/cmd_init.go index 852912a11b..119e6dfaee 100644 --- a/cmd/ftl/cmd_init.go +++ b/cmd/ftl/cmd_init.go @@ -40,7 +40,6 @@ func (i initCmd) Run(ctx context.Context) error { Hermit: i.Hermit, NoGit: i.NoGit, FTLMinVersion: ftl.Version, - ExternalDirs: i.ExternalDirs, ModuleDirs: i.ModuleDirs, Commands: projectconfig.Commands{ Startup: []string{i.Startup},