Skip to content

Commit 3515cc1

Browse files
committed
Fix LogAnalytics Ingestion shebang
1 parent a8cd72f commit 3515cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/callback/loganalytics_ingestion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33

44
# Copyright: Contributors to the Ansible project

0 commit comments

Comments
 (0)