Skip to content

Commit

Permalink
Fixes #16142: Missing shebang in aws.py
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed Nov 7, 2019
1 parent 22371a0 commit 93f2c33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/inventory-hooks/aws.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

#!/usr/bin/python
""" Rudder inventory hook script to return EC2 metadata """

import json
try:
Expand Down

0 comments on commit 93f2c33

Please sign in to comment.