Skip to content

Commit

Permalink
Fix Swift cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
briancroom committed Dec 10, 2015
1 parent 2cf694a commit 761b394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ BUILDPACK_PATH=$compile_buildpack_dir source $compile_buildpack_dir/compile-exte
mkdir -p $CACHE_DIR

# download and unpack swift
if [[ ! -d "$CACHE_DIR/$SWIFT_VERSION" ]]; then
if [[ ! -d "$CACHE_DIR/$SWIFT_NAME_VERSION" ]]; then
cd $CACHE_DIR
status "Installing Swift $SWIFT_VERSION"
mkdir -p $SWIFT_NAME_VERSION
Expand Down

0 comments on commit 761b394

Please sign in to comment.