Skip to content

Commit

Permalink
Move cli -> upload_ami
Browse files Browse the repository at this point in the history
  • Loading branch information
arianvp committed Apr 19, 2024
1 parent b8e7152 commit d79c017
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload-ami/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies = [
"botocore",
]
[project.scripts]
upload-ami = "upload_ami.cli:main"
upload-ami = "upload_ami.upload_ami:main"
nuke = "upload_ami.nuke:main"
smoke-test = "upload_ami.smoke_test:main"
disable-image-block-public-access = "upload_ami.disable_image_block_public_access:main"
Expand Down
File renamed without changes.

0 comments on commit d79c017

Please sign in to comment.