Skip to content

Commit

Permalink
fix: ftl schema get was not exiting (#3030)
Browse files Browse the repository at this point in the history
fixes #3029
  • Loading branch information
matt2e authored Oct 8, 2024
1 parent 05c5f2f commit a7cd812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/cli/cmd_schema_get.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func (g *getSchemaCmd) Run(ctx context.Context, client ftlv1connect.ControllerSe
}
}
if !g.Watch {
break
return nil
}
}
case ftlv1.DeploymentChangeType_DEPLOYMENT_REMOVED:
Expand Down

0 comments on commit a7cd812

Please sign in to comment.