Skip to content

Commit c307c23

Browse files
authored
Escaping quotes not needed? (#31)
1 parent 4400846 commit c307c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/install-all-spark.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ launch_web_service() {
161161
sleep 15
162162

163163
println "Getting one random record from Bullet through the Web Service..."
164-
curl -s -H 'Content-Type: text/plain' -X POST -d '{\"aggregation\": {\"size\": 1}}' http://localhost:9999/api/bullet/sse-query
164+
curl -s -H 'Content-Type: text/plain' -X POST -d '{"aggregation": {"size": 1}}' http://localhost:9999/api/bullet/sse-query
165165
println ""
166166
println "Getting column schema from the Web Service..."
167167
println ""

0 commit comments

Comments
 (0)