diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-07-11 22:53:54 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-07-11 22:53:54 +0000 |
commit | b71835818a65d2aa8ae81b4a7dd6ba8689bc55ae (patch) | |
tree | dc8d4b7c33ed6b4b767793281386bdfc2ff31450 /doc/administration/pseudonymizer.md | |
parent | e1d1728d409b87916d82698ca107b2c7ba65507e (diff) | |
download | gitlab-ce-b71835818a65d2aa8ae81b4a7dd6ba8689bc55ae.tar.gz |
Remove hard tabs from docs
Hard tabs do not follow general markdown guidelines
are were removed from the few docs that used them
Diffstat (limited to 'doc/administration/pseudonymizer.md')
-rw-r--r-- | doc/administration/pseudonymizer.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/administration/pseudonymizer.md b/doc/administration/pseudonymizer.md index 78b2751da13..716a4259a64 100644 --- a/doc/administration/pseudonymizer.md +++ b/doc/administration/pseudonymizer.md @@ -65,8 +65,8 @@ To configure the pseudonymizer, you need to: ```yaml pseudonymizer: - manifest: config/pseudonymizer.yml - upload: + manifest: config/pseudonymizer.yml + upload: remote_directory: 'gitlab-elt' # bucket name connection: provider: AWS |