Skip to content

Commit

Permalink
Merge pull request #2 from posix4e/master
Browse files Browse the repository at this point in the history
I believe this is a typo
  • Loading branch information
mallocator committed Jul 22, 2013
2 parents 93acda3 + 6c7e694 commit 857ac3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions import.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ JSON=$(cat <<EOF
EOF
)

curl -XDELETE 127.0.0.1:9200/_river/river-mysql
curl -XDELETE 127.0.0.1:9200/_river/river-hbase
echo
curl -XPUT 127.0.0.1:9200/_river/river-mysql/_meta -d "$JSON"
curl -XPUT 127.0.0.1:9200/_river/river-hbase/_meta -d "$JSON"
echo

0 comments on commit 857ac3d

Please sign in to comment.