Skip to content

Commit

Permalink
CR
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi committed Oct 22, 2024
1 parent d6d9467 commit 49b28e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion access_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ func TestAccessTokenCreate(t *testing.T) {
},
}

// Discard output logging to prevent negative logs
for _, testCase := range testCases {
t.Run(testCase.name, func(t *testing.T) {
var token auth.CreateTokenResponseData
Expand Down
2 changes: 1 addition & 1 deletion utils/cliutils/commandsflags.go
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ var flagsMap = map[string]cli.Flag{
},
archiveEntries: cli.StringFlag{
Name: archiveEntries,
Usage: "[Optional] If specified, only archive artifacts containing entries matching this pattern are matched. You can use wildcards to specify multiple artifacts.` `",
Usage: "[Optional] If specified, only archive artifacts containing entries matching this pattern are matched. You can use wildcards to specify multiple artifacts. This option stopped being supported since version 7.90.5 for Artifactory.` `",
},
detailedSummary: cli.BoolFlag{
Name: detailedSummary,
Expand Down

0 comments on commit 49b28e7

Please sign in to comment.