Skip to content

Commit

Permalink
fix: comma ok (kubevela#6457)
Browse files Browse the repository at this point in the history
Signed-off-by: Awadabang <[email protected]>
Co-authored-by: Awadabang <[email protected]>
  • Loading branch information
Awadabang and Awadabang authored Mar 15, 2024
1 parent 81b5478 commit 24756fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils/apply/apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ func NotUpdateRenderHashEqual() ApplyOption {
if !ok {
return nil
}
oldSt := existing.(*unstructured.Unstructured)
oldSt, ok := existing.(*unstructured.Unstructured)
if !ok {
return nil
}
Expand Down

0 comments on commit 24756fc

Please sign in to comment.