Skip to content

Commit 680ae83

Browse files
committed
update naming and add comment for clarity
1 parent 7f51663 commit 680ae83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/citool/cmd/types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ type CITestConf struct {
2121
RemoteRunnerMemory string `yaml:"remote_runner_memory" json:"remote_runner_memory"`
2222
PyroscopeEnv string `yaml:"pyroscope_env" json:"pyroscope_env"`
2323
Triggers []string `yaml:"triggers" json:"triggers"`
24-
InstallPluginsPublic bool `yaml:"install_plugins_public" json:"install_plugins_public"`
25-
AptosCLI string `yaml:"aptos_cli" json:"aptos_cli"`
24+
InstallPluginsPublic bool `yaml:"install_plugins_public" json:"install_plugins_public"` // Install public loop plugins from https://github.com/smartcontractkit/chainlink/tree/develop/plugins
25+
AptosCLIVersion string `yaml:"aptos_cli_version" json:"aptos_cli_version"`
2626
}
2727

2828
type Config struct {

0 commit comments

Comments
 (0)