commit | 3b9e5cbbf402dd6edc0ac3436741c91eb3194909 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Thu Apr 14 20:44:12 2016 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Thu Apr 14 20:44:12 2016 +0200 |
tree | 031341815e43aecd137cbcdf1bc03948d937a824 | |
parent | de087d94df1d55ec1dae02f02f3c7d7bc145ac04 [diff] [blame] |
Fix dependency source
diff --git "a/\173\173cookiecutter.project_name\175\175/tests/run_tests.sh" "b/\173\173cookiecutter.project_name\175\175/tests/run_tests.sh" index 09ebcc2..3f42101 100755 --- "a/\173\173cookiecutter.project_name\175\175/tests/run_tests.sh" +++ "b/\173\173cookiecutter.project_name\175\175/tests/run_tests.sh"
@@ -80,7 +80,7 @@ fetch_dependency() { dep_name="$(echo $1|cut -d : -f 1)" - dep_source="$(echo $1|cut -d : -f 2)" + dep_source="$(echo $1|cut -d : -f 2-)" dep_root="${DEPSDIR}/$(basename $dep_source .git)" dep_metadata="${dep_root}/metadata.yml"