fix for pulling bio updates

pull/1/head
Oliver Kennedy 2015-12-11 08:28:08 -05:00
parent d78e802287
commit 2711147911
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ all:
fetch:
@if [ -f $(BIO_DIR)/Rakefile ] ; then \
echo "Fetching Updates"; \
git pull;\
/bin/bash -c "cd $(BIO_DIR); pwd; git pull;"\
echo "Building JSON"; \
rake -f $(BIO_DIR)/Rakefile -E "Dir.chdir(File.expand_path '$(BIO_DIR)')" okennedy.json;\
cp $(BIO_DIR)/okennedy.json src/metadata/;\