summaryrefslogtreecommitdiffstats
path: root/roles/lib_yaml_editor
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2016-03-31 09:13:37 -0400
committerKenny Woodson <kwoodson@redhat.com>2016-03-31 09:13:37 -0400
commit9451e288a77ed09cad19ef4fe27479f5b808277f (patch)
treec36cf9fa3e21b03c32cdd70f7b6eb79088d5802c /roles/lib_yaml_editor
parentd80d45e8eb26469a7b9dc55cdaf47222d05442e4 (diff)
parent7f42edb38544b3aa0e825811e1a00447b349c2ea (diff)
downloadopenshift-9451e288a77ed09cad19ef4fe27479f5b808277f.tar.gz
openshift-9451e288a77ed09cad19ef4fe27479f5b808277f.tar.bz2
openshift-9451e288a77ed09cad19ef4fe27479f5b808277f.tar.xz
openshift-9451e288a77ed09cad19ef4fe27479f5b808277f.zip
Merge pull request #1689 from kwoodson/yedit_header_fix
Fixed header for yedit
Diffstat (limited to 'roles/lib_yaml_editor')
-rwxr-xr-xroles/lib_yaml_editor/build/generate.py2
-rw-r--r--roles/lib_yaml_editor/library/yedit.py2
2 files changed, 2 insertions, 2 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" + \
diff --git a/roles/lib_yaml_editor/library/yedit.py b/roles/lib_yaml_editor/library/yedit.py
index 356cf07a5..f375fd8e2 100644
--- a/roles/lib_yaml_editor/library/yedit.py
+++ b/roles/lib_yaml_editor/library/yedit.py
@@ -1,4 +1,4 @@
-#!usr/bin/env python
+#!/usr/bin/env python
# ___ ___ _ _ ___ ___ _ _____ ___ ___
# / __| __| \| | __| _ \ /_\_ _| __| \
# | (_ | _|| .` | _|| / / _ \| | | _|| |) |