Explorar el Código

Fix ambiguous shebang in netbox/manage.py.

xee8ai hace 1 año
padre
commit
ce67d2c13b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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