Skip to content

Commit

Permalink
update mongo-c-driver update script
Browse files Browse the repository at this point in the history
  • Loading branch information
orlandov committed Jan 2, 2010
1 parent 0382d71 commit 233d71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-mongo-c-driver.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

if [ ! -d mongo-c-driver ]; then
git clone git://github.com/mongodb/mongo-c-driver.git
git clone git://github.com/orlandov/mongo-c-driver.git
fi

cd mongo-c-driver
Expand Down

0 comments on commit 233d71f

Please sign in to comment.