Corrected root script shebang

This commit is contained in:
Cian Hughes
2023-10-31 09:37:45 +00:00
parent 6947fe8c99
commit 1b22fd7861

2
node_deployer.py Normal file → Executable file
View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env poetry run python
import typer