commit | 5e2a58515bc5af3e969856fa6c70ba458b6b9496 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@artisancomputer.com> | Thu Mar 10 12:45:48 2016 -0700 |
committer | Zack Williams <zdw@artisancomputer.com> | Thu Mar 10 12:45:48 2016 -0700 |
tree | 3ecb4ca642a284ec24f8c89fba55e068e8b0e1be | |
parent | 63eb5fdde65a030771d66946ef40d00d7dcdf454 [diff] |
changed shebang to be more universal
diff --git a/library/juju_facts.py b/library/juju_facts.py index 70850e0..11c8208 100644 --- a/library/juju_facts.py +++ b/library/juju_facts.py
@@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python import json import subprocess