Skip to content

Commit

Permalink
Fixes installer to use stable branch
Browse files Browse the repository at this point in the history
  • Loading branch information
netj committed Jun 17, 2015
1 parent a3ddb3b commit b06be85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Install DeepDive including its dependencies
set -eu
: ${BRANCH:=master}
: ${BRANCH:=v0.6.x}
INSTALLER_HOME_URL=https://raw.github.com/HazyResearch/deepdive/$BRANCH/util/install
INSTALLER_HOME_DIR=$(dirname "$0")/install

Expand Down

0 comments on commit b06be85

Please sign in to comment.