Skip to content

Commit

Permalink
fix(watch-admin): run framework:schema in current env
Browse files Browse the repository at this point in the history
  • Loading branch information
jankal committed Aug 22, 2024
1 parent 68d7f75 commit 25bb751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/project/project_admin_watch.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ var projectAdminWatchCmd = &cobra.Command{
}
}

if err := runTransparentCommand(commandWithRoot(phpexec.ConsoleCommand(cmd.Context(), "-eprod", "framework:schema", "-s", "entity-schema", path.Join(mockDirectory, "entity-schema.json")), projectRoot)); err != nil {
if err := runTransparentCommand(commandWithRoot(phpexec.ConsoleCommand(cmd.Context(), "framework:schema", "-s", "entity-schema", path.Join(mockDirectory, "entity-schema.json")), projectRoot)); err != nil {
return err
}

Expand Down

0 comments on commit 25bb751

Please sign in to comment.