Skip to content

Commit

Permalink
refactor: rename options dropping suffix
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <[email protected]>
  • Loading branch information
therealbobo authored and poiana committed Aug 30, 2023
1 parent 6c2db67 commit 95fdff8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmd/artifact/install/install_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var (
ctx = context.Background()
output = gbytes.NewBuffer()
rootCmd *cobra.Command
opt *commonoptions.CommonOptions
opt *commonoptions.Common
port int
orasRegistry *remote.Registry
configFile string
Expand Down
2 changes: 1 addition & 1 deletion cmd/index/add/add_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var (
ctx = context.Background()
output = gbytes.NewBuffer()
rootCmd *cobra.Command
opt *commonoptions.CommonOptions
opt *commonoptions.Common
port int
orasRegistry *remote.Registry
configFile string
Expand Down
2 changes: 1 addition & 1 deletion cmd/registry/auth/basic/basic_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var (
ctx = context.Background()
output = gbytes.NewBuffer()
rootCmd *cobra.Command
opt *commonoptions.CommonOptions
opt *commonoptions.Common
port int
portBasic int
configFile string
Expand Down
2 changes: 1 addition & 1 deletion cmd/registry/auth/oauth/oauth_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var (
ctx = context.Background()
output = gbytes.NewBuffer()
rootCmd *cobra.Command
opt *commonoptions.CommonOptions
opt *commonoptions.Common
port int
orasRegistry *remote.Registry
configFile string
Expand Down
2 changes: 1 addition & 1 deletion cmd/registry/pull/pull_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var (
ctx = context.Background()
output = gbytes.NewBuffer()
rootCmd *cobra.Command
opt *commonoptions.CommonOptions
opt *commonoptions.Common
port int
orasRegistry *remote.Registry
configFile string
Expand Down

0 comments on commit 95fdff8

Please sign in to comment.