Skip to content

Commit

Permalink
check tests on jfrog-client-go changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sarao1310 committed Jul 23, 2023
1 parent 4befe41 commit 68c1ede
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions artifactory/commands/replication/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,5 @@ var writersMap = map[string]utils.AnswerWriter{
PathPrefix: utils.WriteStringAnswer,
IncludePathPrefixPattern: utils.WriteStringAnswer,
SocketTimeoutMillis: utils.WriteIntAnswer,
DisableProxy: utils.WriteBoolAnswer,
}
2 changes: 2 additions & 0 deletions artifactory/commands/replication/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const (
PathPrefix = "pathPrefix"
IncludePathPrefixPattern = "includePathPrefixPattern"
SocketTimeoutMillis = "socketTimeoutMillis"
DisableProxy = "disableProxy"
)

type ReplicationTemplateCommand struct {
Expand Down Expand Up @@ -218,4 +219,5 @@ var suggestionMap = map[string]prompt.Suggest{
PathPrefix: {Text: PathPrefix},
IncludePathPrefixPattern: {Text: IncludePathPrefixPattern},
SocketTimeoutMillis: {Text: SocketTimeoutMillis},
DisableProxy: {Text: DisableProxy},
}

0 comments on commit 68c1ede

Please sign in to comment.