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

Commit

Permalink
Removed vendors from branches
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybatch committed Oct 9, 2015
1 parent f6441f7 commit 9beeab7
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 @@ -65,7 +65,7 @@ fi

for var in "$ROOTPATH"; do
if [ -d $var ]; then
for x in `find $var/* -name .git`; do
for x in `find $var/* -name .git | grep -v vendor`; do
dir=`dirname $x`
name=`basename $dir`
if [ "$name" == "tabs-api-client" ]; then
Expand Down

0 comments on commit 9beeab7

Please sign in to comment.