Skip to content

Commit aa65cef

Browse files
committed
update regex in reload
1 parent 414ff74 commit aa65cef

File tree

1 file changed

+1
-1
lines changed
  • framework/components/simple_node_set

1 file changed

+1
-1
lines changed

framework/components/simple_node_set/reload.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
// UpgradeNodeSet updates nodes configuration TOML files
1010
// this API is discouraged, however, you can use it if nodes require restart or configuration updates, temporarily!
1111
func UpgradeNodeSet(in *Input, bc *blockchain.Output, wait time.Duration) (*Output, error) {
12-
_, err := chaos.ExecPumba("rm --volumes=false re2:node.*|ns-postgresql.*", wait)
12+
_, err := chaos.ExecPumba("rm --volumes=false re2:^node.*|ns-postgresql.*", wait)
1313
if err != nil {
1414
return nil, err
1515
}

0 commit comments

Comments
 (0)