This is an automated email from the ASF dual-hosted git repository. mshuler pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cassandra-website.git
The following commit(s) were added to refs/heads/master by this push: new 5ab635c Re-add line breaks to yum repo code block.. 5ab635c is described below commit 5ab635c0d80fa12ab3b1d12029d6fcdbd2c0d7ec Author: Michael Shuler <mich...@pbandjelly.org> AuthorDate: Thu Oct 31 18:26:06 2019 -0500 Re-add line breaks to yum repo code block.. See commit af2fe96 comment.. --- content/download/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/download/index.html b/content/download/index.html index 671a3d3..175b4c1 100644 --- a/content/download/index.html +++ b/content/download/index.html @@ -190,12 +190,12 @@ configuration changes.</li> <li>Add the Apache repository of Cassandra to <code class="highlighter-rouge">/etc/yum.repos.d/cassandra.repo</code>, for example for the latest 3.11 version:</li> </ul> -<div class="language-text highlighter-rouge"><pre class="highlight"><code>[cassandra] -name=Apache Cassandra -baseurl=https://www.apache.org/dist/cassandra/redhat/311x/ -gpgcheck=1 -repo_gpgcheck=1 -gpgkey=https://www.apache.org/dist/cassandra/KEYS +<div class="language-text highlighter-rouge"><pre class="highlight"><code>[cassandra]<br /> +name=Apache Cassandra<br /> +baseurl=https://www.apache.org/dist/cassandra/redhat/311x/<br /> +gpgcheck=1<br /> +repo_gpgcheck=1<br /> +gpgkey=https://www.apache.org/dist/cassandra/KEYS<br /> </code></pre> </div> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org