Skip to content

Commit

Permalink
Merge pull request #8 from harrigan/fix-zeromq-url
Browse files Browse the repository at this point in the history
Fixed URL for zeromq
  • Loading branch information
nathanmarz committed May 28, 2012
2 parents 171def4 + 5a839c0 commit 3522136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj/backtype/storm/crate/zeromq.clj
Expand Up @@ -17,7 +17,7 @@
"The url for downloading zeromq" "The url for downloading zeromq"
[version] [version]
(format (format
"http://download.zeromq.org/historic/zeromq-%s.tar.gz" "http://download.zeromq.org/zeromq-%s.tar.gz"
version)) version))


(defn install (defn install
Expand Down

0 comments on commit 3522136

Please sign in to comment.