Skip to content

Commit 0c31265

Browse files
Merge pull request #31 from datadrivers/support-repository-format-raw
Add repository format RAW to list of supported formats
2 parents 091621d + 7ecc36a commit 0c31265

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

repository.go

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const (
2222
RepositoryFormatNuget = "nuget"
2323
RepositoryFormatP2 = "p2"
2424
RepositoryFormatPyPi = "pypi"
25+
RepositoryFormatRAW = "raw"
2526
RepositoryFormatYum = "yum"
2627

2728
RepositoryTypeGroup = "group"
@@ -44,6 +45,7 @@ var (
4445
RepositoryFormatNuget,
4546
RepositoryFormatP2,
4647
RepositoryFormatPyPi,
48+
RepositoryFormatRAW,
4749
RepositoryFormatYum,
4850
}
4951

0 commit comments

Comments
 (0)