Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

Commit

Permalink
Added an exclude for contrib folders
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybatch committed Mar 14, 2016
1 parent dcda6b4 commit 4019b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion branches
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ for var in "$ROOTPATH"; do
for x in `find $var/* -name .git | grep -v vendor`; do
dir=`dirname $x`
name=`basename $dir`
if [ "$name" == "tabs-api-client" ]; then
if [ "$name" == "tabs-api-client" ] || [ "$name" == "contrib" ]; then
continue
fi
GITCMD="git -C `dirname $x`"
Expand Down

0 comments on commit 4019b29

Please sign in to comment.