fix push refspecs in example 'replication.config'

The push refspecs that were given in the example
'replication.config' file (e.g. '+refs/heads/*')
were causing an IllegalArgumentException
"Invalid wildcards +refs/heads/*" on Gerrit
startup.
With this change the push refspecs in the example
'replication.config' are now corrected and look
now e.g. like this: '+refs/heads/*:refs/heads/*'

Signed-off-by: Edwin Kempin <edwin.kempin@gmail.com>
1 file changed