Skip to content

Commit

Permalink
fix using error
Browse files Browse the repository at this point in the history
Signed-off-by: balteraivshay <[email protected]>
  • Loading branch information
balteravishay committed Sep 18, 2024
1 parent d284ce5 commit 43eee27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks/fileparser/csproj_parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func IsRestoreLockedModeEnabled(content []byte) (error, bool) {

err := xml.Unmarshal(content, &project)
if err != nil {
return ErrInvalidCsProjFile, false
return errInvalidCsProjFile, false
}

for _, propertyGroup := range project.PropertyGroups {
Expand Down

0 comments on commit 43eee27

Please sign in to comment.