summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas.Schodet2020-08-15 15:19:11 +0000
committeradmin2020-08-15 15:19:11 +0000
commit875d4e61a73a1acc5ca8058cab91520ecb8d233f (patch)
treea7a20dabd4fdd55b72bb8e9c4a4983a93d0c37d1
parent8f4f1ca28d4a5302e7277c3617ca153d7137b6e3 (diff)
Fix backticks
-rw-r--r--doc/todo/Add_Borg.UseUmask.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/Add_Borg.UseUmask.mdwn b/doc/todo/Add_Borg.UseUmask.mdwn
index 66012314..64ca8b83 100644
--- a/doc/todo/Add_Borg.UseUmask.mdwn
+++ b/doc/todo/Add_Borg.UseUmask.mdwn
@@ -4,6 +4,6 @@ Here is again a change for Borg to allow to give the --umask option on each borg
Please fetch branch `borg-umask` at `http://git.ni.fr.eu.org/nicolas/propellor.git`.
-As a side change, I use '{now}' instead of a call to `$(date …)`, I think it's more idiomatic for borg usage.
+As a side change, I use `{now}` instead of a call to `$(date …)`, I think it's more idiomatic for borg usage.
Tested with stretch and buster.