Skip to content

Commit

Permalink
Merge pull request #52 from WordPoints/hotfix/1.3.3
Browse files Browse the repository at this point in the history
1.3.3
  • Loading branch information
JDGrimes committed Apr 3, 2015
2 parents 91d5f5c + 99247b9 commit da1b28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [[ $project_type == '' ]]; then
fi

# Get the path to the dev_lib tool.
dev_lib_path=$( dirname $( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) )
dev_lib_path=$( dirname "$( dirname "${BASH_SOURCE[0]}" )" )

# Copy the Travis CI configuration file. This is copied rather than symlinked because
# Travis needs to be able to retrieve it from GitHub.
Expand Down

0 comments on commit da1b28b

Please sign in to comment.