Skip to content

Commit a184ab4

Browse files
committed
fix comment
1 parent a477913 commit a184ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/branch_resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ func (r *branchResource) Create(ctx context.Context, req resource.CreateRequest,
189189
return
190190
}
191191

192-
// After branch is ready, check if we need to promote it to a production branch
192+
// After the branch is ready, check if we need to promote or demote it
193193
if !data.Production.IsNull() {
194194
if !branch.Production && data.Production.ValueBool() {
195195
res, err := r.client.PromoteBranch(ctx, org.ValueString(), database.ValueString(), name.ValueString())

0 commit comments

Comments
 (0)