Skip to content

Commit

Permalink
docs: fix apt/yum formatting (#21362)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorelli25 authored Sep 29, 2020
1 parent d8d35a1 commit 7a369ca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions libbeat/docs/repositories.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ sudo apt-get update && sudo apt-get install {beatname_pkg}
--------------------------------------------------
sudo systemctl enable {beatname_pkg}
--------------------------------------------------

+
If your system does not use `systemd` then run:
+
["source","sh",subs="attributes"]
Expand Down Expand Up @@ -224,7 +224,7 @@ sudo yum install {beatname_pkg}
--------------------------------------------------
sudo systemctl enable {beatname_pkg}
--------------------------------------------------

+
If your system does not use `systemd` then run:
+
["source","sh",subs="attributes"]
Expand All @@ -233,4 +233,3 @@ sudo chkconfig --add {beatname_pkg}
--------------------------------------------------

endif::[]

0 comments on commit 7a369ca

Please sign in to comment.