We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68d9fe0 commit 09a7d49Copy full SHA for 09a7d49
.github/workflows/release.yml
@@ -75,7 +75,7 @@ jobs:
75
synapse-sim --iface-ip 127.0.0.1 --rpc-port 50051 &
76
sleep 2
77
78
- synapsectl info 127.0.0.1:50051
+ synapsectl -u 127.0.0.1:50051 info
79
80
# Kill Simulator
81
kill $(jobs -p)
0 commit comments