summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhacking/unify_repos.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hacking/unify_repos.sh b/hacking/unify_repos.sh
index 57f7e01914..dbb5dce8c1 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"