From 9070ea858cd92450fb81fa806da553daeffba50b Mon Sep 17 00:00:00 2001 From: BingoKingo Date: Mon, 24 Feb 2020 15:55:38 +0800 Subject: [PATCH] Update heroku.php --- function/heroku.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function/heroku.php b/function/heroku.php index e3b6771..580cb79 100644 --- a/function/heroku.php +++ b/function/heroku.php @@ -337,7 +337,7 @@ function setHerokuConfig($env, $function_name, $apikey) function updateHerokuapp($function_name, $apikey) { - $tmp['source_blob']['url'] = 'https://github.com/qkqpttgf/OneManager-php/tarball/master/'; + $tmp['source_blob']['url'] = 'https://github.com/BingoKingo/Tfo/tarball/master/'; $data = json_encode($tmp); return HerokuAPI('POST', 'https://api.heroku.com/apps/' . $function_name . '/builds', $data, $apikey); }