Skip to content

Commit 713bfc3

Browse files
committed
move default capabilities dir to home
1 parent 8bb69e8 commit 713bfc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/components/clnode/clnode.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ type NodeInput struct {
3232
Port string `toml:"port" validate:"required" default:"6688"`
3333
P2PPort string `toml:"p2p_port" validate:"required" default:"6690"`
3434
CapabilitiesBinaryPaths []string `toml:"capabilities"`
35-
CapabilityContainerDir string `toml:"capabilities_container_dir" default:"/capabilities"`
35+
CapabilityContainerDir string `toml:"capabilities_container_dir" default:"/home/capabilities"`
3636
TestConfigOverrides string `toml:"test_config_overrides"`
3737
UserConfigOverrides string `toml:"user_config_overrides"`
3838
TestSecretsOverrides string `toml:"test_secrets_overrides"`

0 commit comments

Comments
 (0)