Not my day... Remove extraneous vim typo

pull/4420/head
Toshio Kuratomi 2017-01-05 10:22:00 -08:00
parent d001d250f0
commit 74db76ec9c
1 changed files with 1 additions and 1 deletions

View File

@ -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$' \