Skip to content

Commit 4c70b8d

Browse files
authored
Improve upload archive progress bar (#1379)
Signed-off-by: Michael Sverdlov <michaelsv@jfrog.com>
1 parent 14320a8 commit 4c70b8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

common/project/projectconfig.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ const (
4444
Swift
4545
Docker
4646
Podman
47+
Twine
4748
)
4849

4950
type ConfigType string
@@ -71,6 +72,7 @@ var ProjectTypes = []string{
7172
"swift",
7273
"docker",
7374
"podman",
75+
"twine",
7476
}
7577

7678
func (projectType ProjectType) String() string {

0 commit comments

Comments
 (0)