Skip to content

Commit 3b7517e

Browse files
authored
Fix rpm installation (#1939)
1 parent 0992d36 commit 3b7517e

File tree

1 file changed

+1
-1
lines changed
  • modules/ROOT/pages/installation/linux

1 file changed

+1
-1
lines changed

modules/ROOT/pages/installation/linux/rpm.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Use the following as `root` to add the repository:
2424
[source, shell, subs="attributes"]
2525
----
2626
rpm --import https://debian.neo4j.com/neotechnology.gpg.key
27-
cat <<EOF > /etc/yum.repos.d/neo4j.repo
27+
cat << EOF > /etc/yum.repos.d/neo4j.repo
2828
[neo4j]
2929
name=Neo4j RPM Repository
3030
baseurl=https://yum.neo4j.com/stable/{neo4j-version}

0 commit comments

Comments
 (0)