mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Not my day... Remove extraneous vim typo
This commit is contained in:
parent
d001d250f0
commit
74db76ec9c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ grep '^#!' -rIn . \
|
||||||
-e '^\./lib/ansible/modules/' \
|
-e '^\./lib/ansible/modules/' \
|
||||||
-e '^\./test/integration/targets/[^/]*/library/[^/]*:#!powershell$' \
|
-e '^\./test/integration/targets/[^/]*/library/[^/]*:#!powershell$' \
|
||||||
-e '^\./test/sanity/validate-modules/validate-modules:#!/usr/bin/env python2$' \
|
-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/sh$' \
|
||||||
-e ':#!/bin/bash( -[eux]|$)' \
|
-e ':#!/bin/bash( -[eux]|$)' \
|
||||||
-e ':#!/usr/bin/make -f$' \
|
-e ':#!/usr/bin/make -f$' \
|
||||||
|
|
Loading…
Reference in a new issue