diff options
author | Francisco Redondo Marchena <francisco.marchena@codethink.co.uk> | 2014-11-18 13:43:43 +0000 |
---|---|---|
committer | Francisco Redondo Marchena <francisco.marchena@codethink.co.uk> | 2014-11-18 13:43:43 +0000 |
commit | f2a7b4559e32cdcb774a6261ed129bc49400b5ee (patch) | |
tree | 3d1c5ab70eb4a3eebedf8c376ad76fed769eff1a /open-source-lorries | |
parent | 531a8914de55d330ea16ea214860c460a3096885 (diff) | |
download | lorries-f2a7b4559e32cdcb774a6261ed129bc49400b5ee.tar.gz |
Fix missed quote in erlang-sd_notify name
Diffstat (limited to 'open-source-lorries')
-rw-r--r-- | open-source-lorries/erlang-modules.lorry | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/open-source-lorries/erlang-modules.lorry b/open-source-lorries/erlang-modules.lorry index 344fbcb..eeebd77 100644 --- a/open-source-lorries/erlang-modules.lorry +++ b/open-source-lorries/erlang-modules.lorry @@ -3,7 +3,7 @@ "type": "git", "url": "https://github.com/rebar/rebar" }, - "erlang-modules/erlang-sd_notify: { + "erlang-modules/erlang-sd_notify": { "type": "git", "url": "https://github.com/lemenkov/erlang-sd_notify" } |