Skip to content

Commit

Permalink
Fixup syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
hmstepanek committed Jan 5, 2024
1 parent cd14cd0 commit 7c2b628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newrelic_lambda_cli/integrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def _get_cf_stack_status(session, stack_name, nr_account_id=None):
else:
return res["Stacks"][0]["StackStatus"]

def get_unique_newrelic_log_ingestion_name(session)
def get_unique_newrelic_log_ingestion_name(session):
stack_id = _get_cf_stack_id(session, stack_name=INGEST_STACK_NAME)
return "newrelic-log-ingestion-%s"%split("-", split("/", stack_id)[2])[4]

Expand Down

0 comments on commit 7c2b628

Please sign in to comment.