From c04626a5fa934f1da642da114684a0ff25c251e7 Mon Sep 17 00:00:00 2001 From: Chris Mc Date: Wed, 26 Jul 2023 22:01:07 -0700 Subject: [PATCH] Apply suggestions from code review fixup typos --- README.md | 2 +- tests/test_deploy_licenses.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e754fd2..918bda4 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ These are the current custom deployers. Recall they are experimental and can exp Makes a ZIP with all the executables and runtimes -#### [Runtime Zipper](extensions/deployers/licenses.py) +#### [Licenses Zipper](extensions/deployers/licenses.py) Makes a ZIP with all the licenses from the graph diff --git a/tests/test_deploy_licenses.py b/tests/test_deploy_licenses.py index 1805637..5caa7f1 100644 --- a/tests/test_deploy_licenses.py +++ b/tests/test_deploy_licenses.py @@ -45,7 +45,7 @@ def package(self): run("conan profile detect") run("conan create .") - run("conan install --requires hello/0.1 --deployer=licences") + run("conan install --requires hello/0.1 --deployer=licenses") shutil.unpack_archive("licenses.zip", "zip_contents") dir_list = os.listdir("zip_contents") assert len(dir_list) == 1