Don't wrap :signing in a map in the docs.

Fixes #1594. [ci-skip]
This commit is contained in:
Jean Niklas L'orange 2014-07-11 11:24:53 +02:00
parent aa0e0d0aaa
commit fba7f8ccba

View file

@ -198,14 +198,14 @@ To set a key globally, add it to your user profile in
{:user
...
{:signing {:gpg-key "2ADFB13E"}}} ;; using the key id
:signing {:gpg-key "2ADFB13E"}} ;; using the key id
To set a key for a particular project, add it to the project
definition:
(defproject ham-biscuit "0.1.0"
...
{:signing {:gpg-key "bob@bobsons.net"}} ;; using the key uid
:signing {:gpg-key "bob@bobsons.net"} ;; using the key uid
...)
To set a key for a particular deploy repository, add it to the