Browse Source

Fix ambiguous shebang in netbox/manage.py.

xee8ai 1 year ago
parent
commit
ce67d2c13b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      netbox/manage.py

+ 1 - 1
netbox/manage.py

@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 import os
 import sys