From 6113fe91bf47c984dc56d74c3b5e258628d6a352 Mon Sep 17 00:00:00 2001 From: weigang Date: Mon, 14 Sep 2020 11:51:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E5=B0=86=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E6=9C=8D=E7=9A=84=E5=88=86=E6=94=AF=E5=88=87=E4=B8=BAv3?= =?UTF-8?q?=E7=9A=84=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Envoy.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Envoy.blade.php b/Envoy.blade.php index 39d6cc9..e7a1442 100644 --- a/Envoy.blade.php +++ b/Envoy.blade.php @@ -10,7 +10,7 @@ @task('git_dev') cd /lanzu_api - git pull origin develop + git pull origin phoenix @if($composer == true) composer update --lock @endif