summaryrefslogtreecommitdiff
path: root/src/hub/test-client
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-05-06 18:49:49 +0200
committerChristian Pointner <equinox@spreadspace.org>2017-05-06 18:49:49 +0200
commit584490b339b5160d93e3224cc5450efbde8be2aa (patch)
treebda122ef13c0bdd1659af5f6a4fd9cb1c70fad05 /src/hub/test-client
parentrevamp test client handling (diff)
cleanup and minor improvements for pipe and pipegram interface
Diffstat (limited to 'src/hub/test-client')
-rwxr-xr-xsrc/hub/test-client4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hub/test-client b/src/hub/test-client
index 5858969..31e7a46 100755
--- a/src/hub/test-client
+++ b/src/hub/test-client
@@ -29,7 +29,7 @@ case $1 in
;;
esac
-echo "store contents:"
-echo "---------------"
+echo "store contents"
+echo "--------------"
curl 'http://localhost:8000/updates' | jq .
echo ""