From f1053593f1b1e045e9fcfdeb4af95eb9b49a3ea8 Mon Sep 17 00:00:00 2001 From: "Mr.Lin" Date: Tue, 3 Mar 2020 12:42:29 +0800 Subject: [PATCH] Update scf.php --- function/scf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function/scf.php b/function/scf.php index 02d3cf3..fd0194e 100644 --- a/function/scf.php +++ b/function/scf.php @@ -483,7 +483,7 @@ function updateProgram($function_name, $Region, $Namespace, $SecretId, $SecretKe $meth = 'POST'; $host = 'scf.tencentcloudapi.com'; $tmpdata['Action'] = 'UpdateFunctionCode'; - $tmpdata['Code.GitUrl'] = 'https://github.com/qkqpttgf/OneManager-php'; + $tmpdata['Code.GitUrl'] = 'https://github.com/ldxw/OneManager-php'; $tmpdata['CodeSource'] = 'Git'; $tmpdata['FunctionName'] = $function_name; $tmpdata['Handler'] = 'index.main_handler';