Skip to content

Commit

Permalink
Travis: use correct variable
Browse files Browse the repository at this point in the history
See #23
  • Loading branch information
JDGrimes committed Feb 19, 2015
1 parent 5cd8dde commit 761c058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ install-from-github() {
local GITHUB_TREE=${1}_GITHUB_TREE
local DIR=${1}_DIR

mkdir -p "$DIR"
mkdir -p "${!DIR}"
curl -L "https://github.com/${!GITHUB_SRC}/archive/${!GITHUB_TREE}.tar.gz" \
| tar xvz --strip-components=1 -C "${!DIR}"
}
Expand Down

0 comments on commit 761c058

Please sign in to comment.