summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Obnam.hs
diff options
context:
space:
mode:
authorJoey Hess2020-02-14 21:12:21 -0400
committerJoey Hess2020-02-14 21:12:21 -0400
commit9538eccd7c74e1cb66e81edeed102ffeb4798ef7 (patch)
tree40cafccd67a8840cbe3a3944ff9f4f1d5d482b5e /src/Propellor/Property/Obnam.hs
parentbf1c342f8a30bd04b854a6ad4f53d96d46e410f4 (diff)
parent671c70b2457ca30b32143e191eea60b6cc196802 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Property/Obnam.hs')
-rw-r--r--src/Propellor/Property/Obnam.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Obnam.hs b/src/Propellor/Property/Obnam.hs
index 264d6748..3e5ea87e 100644
--- a/src/Propellor/Property/Obnam.hs
+++ b/src/Propellor/Property/Obnam.hs
@@ -35,7 +35,7 @@ data NumClients = OnlyClient | MultipleClients
-- > & Obnam.backup "/srv/git" "33 3 * * *"
-- > [ "--repository=sftp://2318@usw-s002.rsync.net/~/mygitrepos.obnam"
-- > ] Obnam.OnlyClient
--- > `requires` Ssh.keyImported SshRsa "root" (Context hostname)
+-- > `requires` Ssh.keyImported SshEd25519 "root" (Context hostname)
--
-- How awesome is that?
--