Update ProtocolInformation.tsx

Second output redirection to file .hg/hgrc need operator ">>"
This commit is contained in:
galinette-34
2020-09-03 14:56:04 +02:00
committed by GitHub
parent af9e2529ca
commit 89aa1dbe16

View File

@@ -53,7 +53,7 @@ class ProtocolInformation extends React.Component<Props> {
echo "[paths]" &gt; .hg/hgrc
<br />
echo "default = {href}
" &gt; .hg/hgrc
" &gt;&gt; .hg/hgrc
<br />
echo "# {repository.name}
" &gt; README.md