X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=app%2FController%2FGithub%2FRepoHook.php;h=96240f678015f891be45df43c623fcafe4fc9757;hb=c31e248a03db90d7e123b85028d828e24b8c9d56;hp=6bef009e8ca3ecf414e9586bbed1a817bde338d8;hpb=f062fb55f18bd7878c438039d35cf53f2a3d16d2;p=pharext%2Fpharext.org diff --git a/app/Controller/Github/RepoHook.php b/app/Controller/Github/RepoHook.php index 6bef009..96240f6 100644 --- a/app/Controller/Github/RepoHook.php +++ b/app/Controller/Github/RepoHook.php @@ -17,7 +17,7 @@ class RepoHook extends Github ])); } else { $this->changeHook($args)->done(function() use($args) { - $this->redirectBack($args["owner"]."/".$args["repo"]); + $this->redirectBack($args["owner"]."/".$args["name"]); }); $this->github->drain(); }