Skip to content

Commit

Permalink
fix: merge issue with deleted fields (#1821)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesbillman authored Jun 18, 2024
1 parent 783bce5 commit 634c840
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/ftl/cmd_init.go
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit 634c840

Please sign in to comment.