From 28d1dc6c3821cfb033c3b389672321d3e63ebabc Mon Sep 17 00:00:00 2001 From: Brian <15200179+Brian-Williams@users.noreply.github.com> Date: Fri, 3 Oct 2025 14:51:11 -0400 Subject: [PATCH] Fix shebang line in hosts.py --- scripts/hosts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hosts.py b/scripts/hosts.py index 01af266..35cc8ae 100755 --- a/scripts/hosts.py +++ b/scripts/hosts.py @@ -1,4 +1,4 @@ -#! /usr/bin/evn python +#! /usr/bin/env python import argparse