Skip to content

Commit

Permalink
Tutorial: remove unnecessary (name node)
Browse files Browse the repository at this point in the history
  • Loading branch information
aphyr committed Sep 22, 2020
1 parent 7b91052 commit 20fb335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial/02-db.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Per the [clustering instructions](https://coreos.com/etcd/docs/latest/v2/cluster
(defn node-url
"An HTTP url for connecting to a node on a particular port."
[node port]
(str "http://" (name node) ":" port))
(str "http://" node ":" port))

(defn peer-url
"The HTTP url for other peers to talk to a node."
Expand Down

0 comments on commit 20fb335

Please sign in to comment.