diff options
author | Karsten Lehmann <mail@kalehmann.de> | 2020-02-26 19:28:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-26 13:28:39 -0500 |
commit | 17581252e4621b7eea52cb602c9ec107851edf75 (patch) | |
tree | 7465c68db2e27f29167fa974b51ad002aa88863b | |
parent | 78585b1cd7b1788a0a5155587da59a20d00c090b (diff) | |
download | gitea-17581252e4621b7eea52cb602c9ec107851edf75.tar.gz gitea-17581252e4621b7eea52cb602c9ec107851edf75.zip |
Fixed formatting (#10485)
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
-rw-r--r-- | docs/content/doc/installation/from-source.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/installation/from-source.en-us.md b/docs/content/doc/installation/from-source.en-us.md index cb98484221..861d611391 100644 --- a/docs/content/doc/installation/from-source.en-us.md +++ b/docs/content/doc/installation/from-source.en-us.md @@ -123,7 +123,7 @@ If pre-built frontend files are present it is possible to only build the backend ```bash TAGS="bindata" make backend -`` +``` ## Test |