From e720ec485a33ba0ee5829b1f49841be8c07ceac4 Mon Sep 17 00:00:00 2001 From: Ahmed Bilal Khalid Date: Sat, 14 Sep 2019 12:24:49 +0500 Subject: [PATCH] a --- app/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/cli.py b/app/cli.py index d794548..820addb 100644 --- a/app/cli.py +++ b/app/cli.py @@ -25,7 +25,7 @@ def setup(path, api_server): # Create .env file with open(os.path.join(repo_name, ".env"), "w") as f: content = ( - f"API_SERVER={api_server}\n" + f"UCLOUD_API_SERVER={api_server}\n" ) f.writelines(content)