diff options
author | Loïc Hoguin <[email protected]> | 2014-08-01 10:44:43 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2014-08-01 10:44:43 +0200 |
commit | 39f9f993428ed50047137903a65403e5655fa329 (patch) | |
tree | efa1066c0a8d0cb89c8b782cf658a4ffe3cbf891 | |
parent | 9d6293e411f33338c0cf02c862038548b384cb14 (diff) | |
download | erlang.mk-39f9f993428ed50047137903a65403e5655fa329.tar.gz erlang.mk-39f9f993428ed50047137903a65403e5655fa329.tar.bz2 erlang.mk-39f9f993428ed50047137903a65403e5655fa329.zip |
Fix a small error in the README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ except the variable `TEST_DEPS` holds the list of test-only dependencies. ``` erlang TEST_DEPS = ct_helper -dep_ct_helper = https://github.com/extend/ct_helper.git master +dep_ct_helper = git https://github.com/extend/ct_helper.git master ``` Please note that the test dependencies will only be compiled once |