Fix repos being created with target machine as remote name master public/master
authorJacob Casper <dev@jacobcasper.com>
Sat, 12 Jun 2021 22:51:38 +0000 (17:51 -0500)
committerJacob Casper <dev@jacobcasper.com>
Sat, 12 Jun 2021 22:51:38 +0000 (17:51 -0500)
commit6802b5ed46bba4ce6818a909f1e3fce0174e9ba0
tree4e4aceb64ed20d4ccc9886fbb38da6659fb9bec2
parentd8c623dd75bb1f45258bc7f8e7424772b7562909
Fix repos being created with target machine as remote name

"public" is hard coded and not configurable in the default mirroring
script, so we should hard code it as well instead of using the name of
the public machine.
src/main.rs