Skip to content

Commit 9bb4aa7

Browse files
use correct etcd URL
1 parent 2d9852d commit 9bb4aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/etcd/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ curl -L -X PUT http://127.0.0.1:4001/v2/keys/prefix/upstream/app2 -d value=10.0.
1616

1717

1818
# Run confd
19-
confd --onetime --log-level debug --confdir ./integration/confdir --backend etcd --node 127.0.0.1:4001 --watch
19+
confd --onetime --log-level debug --confdir ./integration/confdir --backend etcd --node http://127.0.0.1:4001 --watch

0 commit comments

Comments
 (0)