mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Merge pull request #84 from zeelax/master
Proper shebang for flexibility
This commit is contained in:
commit
fd5dcb2fad
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/local/bin/python
|
||||
#!/usr/bin/env python
|
||||
"""
|
||||
munin US NOAA weather plugin (http://weather.noaa.gov)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/local/bin/python
|
||||
#!/usr/bin/env python
|
||||
"""
|
||||
munin US NOAA weather plugin (http://weather.noaa.gov)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue