Skip to content

Commit

Permalink
Update opentelemetry-auto-instrumentation/src/opentelemetry/auto_inst…
Browse files Browse the repository at this point in the history
…rumentation/bootstrap.py

Co-authored-by: Mauricio Vásquez <mauricio@kinvolk.io>
  • Loading branch information
owais and mauriciovasquezbernal committed May 11, 2020
1 parent fdd08ed commit ef1eb61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def _find_installed_libraries():
return {k: v for k, v in instrumentations.items() if _is_installed(k)}


def _run_requirments(packages):
def _run_requirements(packages):
print("\n".join(packages.values()), end="")


Expand Down

0 comments on commit ef1eb61

Please sign in to comment.