Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Doug Davis <[email protected]>
  • Loading branch information
duglin committed Jan 6, 2025
1 parent 378d999 commit 0a76520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registry/group.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ func (g *Group) UpsertResourceWithObject(rType string, id string, vID string, ob
PanicIf(err != nil, "No meta %q: %s", r.UID, err)

if !IsNil(meta.Get("xref")) {
// All versions should have been deleted alread so just return
// All versions should have been deleted already so just return
return r, isNew, nil
}

Expand Down

0 comments on commit 0a76520

Please sign in to comment.