diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-09-10 10:15:43 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-09-10 10:15:43 +0000 |
commit | 78d09e3ef3df117499c172604bfa2ff51d21351d (patch) | |
tree | f550a77a80cdaea9fea994d4152f041d808acdf1 /doc/workflow | |
parent | a52dbbbc5335a8ff35eb6b171eea5f019b6c7138 (diff) | |
download | gitlab-ce-78d09e3ef3df117499c172604bfa2ff51d21351d.tar.gz |
Start linting for unneeded dollar signs
Do not use dollar signs in shell codeblocks when
no output is shown
Diffstat (limited to 'doc/workflow')
-rw-r--r-- | doc/workflow/lfs/lfs_administration.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/workflow/lfs/lfs_administration.md b/doc/workflow/lfs/lfs_administration.md index 7e880b3009d..8db62997b51 100644 --- a/doc/workflow/lfs/lfs_administration.md +++ b/doc/workflow/lfs/lfs_administration.md @@ -134,13 +134,13 @@ There are two ways to manually do the same thing as automatic uploading (describ **Option 1: rake task** -``` -$ rake gitlab:lfs:migrate +```sh +rake gitlab:lfs:migrate ``` **Option 2: rails console** -``` +```sh $ sudo gitlab-rails console # Login to rails console > # Upload LFS files manually |