Skip to content

Commit

Permalink
Remove unused cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Jul 18, 2024
1 parent 049d537 commit dd4fcdf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 202 deletions.
200 changes: 0 additions & 200 deletions integration-tests/citool/cmd/override_test_config_cmd.go

This file was deleted.

1 change: 0 additions & 1 deletion integration-tests/citool/cmd/root_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ func init() {
rootCmd.AddCommand(csvExportCmd)
rootCmd.AddCommand(testConfigCmd)
testConfigCmd.AddCommand(createTestConfigCmd)
testConfigCmd.AddCommand(overrideTestConfigCmd)
}
2 changes: 1 addition & 1 deletion integration-tests/citool/cmd/test_config_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const (
var oc OverrideConfig

func init() {
cmds := []*cobra.Command{createTestConfigCmd, overrideTestConfigCmd}
cmds := []*cobra.Command{createTestConfigCmd}
for _, c := range cmds {
c.Flags().StringArrayVar(&oc.SelectedNetworks, SelectedNetworksFlag, nil, "Selected networks")
c.Flags().StringVar(&oc.ChainlinkVersion, ChainlinkVersionFlag, "", "Chainlink version")
Expand Down

0 comments on commit dd4fcdf

Please sign in to comment.