mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-08 00:22:11 +01:00
Update ProtocolInformation.tsx
Second output redirection to file .hg/hgrc need operator ">>"
This commit is contained in:
@@ -53,7 +53,7 @@ class ProtocolInformation extends React.Component<Props> {
|
||||
echo "[paths]" > .hg/hgrc
|
||||
<br />
|
||||
echo "default = {href}
|
||||
" > .hg/hgrc
|
||||
" >> .hg/hgrc
|
||||
<br />
|
||||
echo "# {repository.name}
|
||||
" > README.md
|
||||
|
||||
Reference in New Issue
Block a user