Skip to content

Commit

Permalink
Fix Missed Tags Keyword Argumen Mapping (#133)
Browse files Browse the repository at this point in the history
We really need to refactor all these arguments being passed around.
  • Loading branch information
kolanos authored Dec 3, 2020
1 parent 7e007ee commit 1b4d8aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion newrelic_lambda_cli/cli/integrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def install(

if enable_license_key_secret:
click.echo("Creating the managed secret for the New Relic License Key")
integrations.install_license_key(session, nr_license_key, tags)
integrations.install_license_key(session, nr_license_key, tags=tags)

install_success = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="newrelic-lambda-cli",
version="0.4.5",
version="0.4.6",
python_requires=">=3.3",
description="A CLI to install the New Relic AWS Lambda integration and layers.",
long_description=README,
Expand Down

0 comments on commit 1b4d8aa

Please sign in to comment.