Skip to content

Commit

Permalink
Update delete_schemas.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mwn-san authored Nov 21, 2024
1 parent 7c23614 commit a74ea1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command-line-interface/tools/delete_schemas.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
for i in <schema-name-value>
for i in <schema-name-value> <schema-name-key>
do
echo $i
curl -X DELETE http://<host:port>/subjects/$i
Expand Down

0 comments on commit a74ea1f

Please sign in to comment.