From 80eb04b19882287644e2f87e89d107c585458a89 Mon Sep 17 00:00:00 2001 From: Ahmed Bilal Khalid Date: Wed, 28 Aug 2019 20:44:47 +0500 Subject: [PATCH] a --- app/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api.py b/app/api.py index 2ab4f58..62ee14f 100644 --- a/app/api.py +++ b/app/api.py @@ -69,5 +69,5 @@ def setup(path, auth_name, auth_seed, auth_realm, url="https://code.ungleich.ch/ahmedbilal/etcd3_wrapper" ) op.add(shutil.copytree, src=os.path.join(repo_name, "etcd3_wrapper"), - dest=os.path.join(repo_name, "ucloud_common")) + dst=os.path.join(repo_name, "ucloud_common")) op.add(PipenvOperation.install, path="ucloud-api")