Skip to content

Commit

Permalink
minor fix for code generation
Browse files Browse the repository at this point in the history
  • Loading branch information
btwseeu78 committed Feb 1, 2024
1 parent e25c247 commit 30335d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/project/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ func (c *external) Observe(ctx context.Context, mg resource.Managed) (managed.Ex
ResourceLateInitialized: false,
ConnectionDetails: nil,
Diff: "",
}, nil
}, err
}
if !getProject.IsSuccess() {
return managed.ExternalObservation{
Expand Down

0 comments on commit 30335d3

Please sign in to comment.