From c45f8f60da6bb32c355cd47c18e04a593e51a90e Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 4 Nov 2014 12:58:39 -0500 Subject: need to push to a different place --- mirror.psgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirror.psgi b/mirror.psgi index 90d02fa..cec2d9f 100644 --- a/mirror.psgi +++ b/mirror.psgi @@ -7,6 +7,6 @@ use Plack::Request; sub { my $req = Plack::Request->new($_[0]); system("git fetch --prune --tags"); - system("git push --mirror"); + system("git push --mirror github"); return [200, ['Content-Type' => 'text/plain'], ['']]; }; -- cgit v1.2.3