update deps/paths/names

This commit is contained in:
Ian Norden
2020-08-31 10:52:47 -05:00
parent 5830df44a4
commit f4591a6beb
10 changed files with 43 additions and 43 deletions
+2 -2
View File
@@ -11,9 +11,9 @@ fi
db=$1
dir=$(basename "$(pwd)")
if [ $dir != "ipfs-blockchain-watcher" ]
if [ $dir != "ipld-eth-server" ]
then
echo "Run me from the ipfs-blockchain-watcher root dir"
echo "Run me from the ipld-eth-server root dir"
exit 1
fi