@cryptotaxi247 / kubo / commits / b37338fd6

fix for-each

License: MIT Signed-off-by: Travis Person <travis@protocol.ai>

Travis Person committed Nov 1, 2018 at 20:13 UTC b37338fd68a0092206ce7350c629ade33d23e89c
1 file changed +1 -1
test/sharness/t0180-pubsub.sh
+1 -1
@@ -142,7 +142,7 @@ test_expect_success 're-enable signing on node 1' '
142 '
143
144 test_expect_success 'enable strict signature verification on all nodes' '
145 - iptb for-each ipfs config --json Pubsub.StrictSignatureVerification true
145 + iptb run -- ipfs config --json Pubsub.StrictSignatureVerification true
146 '
147
148 startup_cluster $NUM_NODES --enable-pubsub-experiment