From 74db76ec9c5da55c77356842c047c81a1e8e6444 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 5 Jan 2017 10:22:00 -0800 Subject: [PATCH] Not my day... Remove extraneous vim typo --- test/sanity/code-smell/shebang.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sanity/code-smell/shebang.sh b/test/sanity/code-smell/shebang.sh index ab195dd8219..b731ce74595 100755 --- a/test/sanity/code-smell/shebang.sh +++ b/test/sanity/code-smell/shebang.sh @@ -7,7 +7,7 @@ grep '^#!' -rIn . \ -e '^\./lib/ansible/modules/' \ -e '^\./test/integration/targets/[^/]*/library/[^/]*:#!powershell$' \ -e '^\./test/sanity/validate-modules/validate-modules:#!/usr/bin/env python2$' \ - -e 'i^\./hacking/cherrypick.py:#!/usr/bin/env python3$' \ + -e '^\./hacking/cherrypick.py:#!/usr/bin/env python3$' \ -e ':#!/bin/sh$' \ -e ':#!/bin/bash( -[eux]|$)' \ -e ':#!/usr/bin/make -f$' \