Skip to content

Commit

Permalink
hack/scripts-dev: fix indentation in run.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
  • Loading branch information
gyuho committed Mar 7, 2018
1 parent 9c8e39e commit 4178b75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hack/scripts-dev/docker-dns/insecure/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@ curl \
printf "\nWriting v3 key...\n"
curl \
-L http://127.0.0.1:2379/v3/kv/put \
-X POST \
-X POST \
-d '{"key": "Zm9v", "value": "YmFy"}'

printf "\n\nWriting v3 key...\n"
curl \
-L http://m1.etcd.local:2379/v3/kv/put \
-X POST \
-X POST \
-d '{"key": "Zm9v", "value": "YmFy"}'

printf "\n\nReading v3 key...\n"
curl \
-L http://m1.etcd.local:2379/v3/kv/range \
-X POST \
-X POST \
-d '{"key": "Zm9v"}'

printf "\n\nFetching 'curl http://m1.etcd.local:2379/metrics'...\n"
Expand Down

0 comments on commit 4178b75

Please sign in to comment.