Skip to content

Commit

Permalink
xs:int -> xs:integer
Browse files Browse the repository at this point in the history
  • Loading branch information
luk1337 committed Oct 1, 2024
1 parent f3d3618 commit 838e41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
<xs:attribute name="path" type="xs:string" use="required"/>
<xs:attribute name="revision" type="xs:string" use="required"/>
<xs:attribute name="groups" type="xs:string"/>
<xs:attribute name="clone-depth" type="xs:int" use="required"/>
<xs:attribute name="clone-depth" type="xs:integer" use="required"/>
</xs:complexType>
</xs:schema>

0 comments on commit 838e41e

Please sign in to comment.