From 2b13ad0ae809e0e9ed05749c4dda74939addd440 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 30 Nov 2016 22:21:29 -0500 Subject: [PATCH] dont skip github modules... --- hacking/unify_repos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hacking/unify_repos.sh b/hacking/unify_repos.sh index 57f7e019141..dbb5dce8c14 100755 --- a/hacking/unify_repos.sh +++ b/hacking/unify_repos.sh @@ -43,7 +43,7 @@ do done # move plugins - for myfile in $(find lib/ansible/modules/${subdir} -type f|grep -v '.github') + for myfile in $(find lib/ansible/modules/${subdir} -type f) do if [ -e ${myfile/$subdir\///} ]; then #mostly to avoid __init__.py clobering echo "skipping ${myfile} as it already exists in destination"