Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
fixup typos
  • Loading branch information
Chris Mc authored Jul 27, 2023
1 parent 83e823f commit c04626a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion tests/test_deploy_licenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c04626a

Please sign in to comment.