diff --git a/templates/configurators/ssh/confirm.hamlet b/templates/configurators/ssh/confirm.hamlet index 8937c11dee..99d70ff624 100644 --- a/templates/configurators/ssh/confirm.hamlet +++ b/templates/configurators/ssh/confirm.hamlet @@ -35,16 +35,17 @@ Make an unencrypted git repository on the server

-or- -

- Simple shared encryption -

- This allows everyone who has a clone of this repository to # - decrypt the files stored on #{sshHostName sshdata}. That makes # - it good for sharing. And it's easy to set up and use. -

- - - \ Use shared encryption + $if hasCapability sshdata RsyncCapable +

+ Simple shared encryption +

+ This allows everyone who has a clone of this repository to # + decrypt the files stored on #{sshHostName sshdata}. That makes # + it good for sharing. And it's easy to set up and use. +

+ + + \ Use shared encryption $if hasCapability sshdata GitCapable

-or-