summaryrefslogtreecommitdiffstats
path: root/roles/lib_yaml_editor/build/generate.py
diff options
context:
space:
mode:
Diffstat (limited to 'roles/lib_yaml_editor/build/generate.py')
-rwxr-xr-xroles/lib_yaml_editor/build/generate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/lib_yaml_editor/build/generate.py b/roles/lib_yaml_editor/build/generate.py
index 6521ff2c1..0df4efb92 100755
--- a/roles/lib_yaml_editor/build/generate.py
+++ b/roles/lib_yaml_editor/build/generate.py
@@ -6,7 +6,7 @@
import os
# pylint: disable=anomalous-backslash-in-string
-GEN_STR = "#!usr/bin/env python\n" + \
+GEN_STR = "#!/usr/bin/env python\n" + \
"# ___ ___ _ _ ___ ___ _ _____ ___ ___\n" + \
"# / __| __| \| | __| _ \ /_\_ _| __| \\\n" + \
"# | (_ | _|| .` | _|| / / _ \| | | _|| |) |\n" + \