This website works better with JavaScript
Home
Explore
Help
Sign In
LBP
/
netbox
mirror of
https://github.com/netbox-community/netbox.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Fix ambiguous shebang in netbox/manage.py.
xee8ai
1 year ago
parent
97eb5bda50
commit
ce67d2c13b
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
netbox/manage.py
+ 1
- 1
netbox/manage.py
View File
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python
3
import os
import sys