diff --git a/aheadStatus.sh b/aheadStatus.sh index 9e24780db..2ad119019 100755 --- a/aheadStatus.sh +++ b/aheadStatus.sh @@ -16,6 +16,7 @@ function logAheadCount() { echo "Checking how far ahead each project is against origin..." cd .. +cd "li.strolch.dev" ; logAheadCount ; cd .. cd "li.strolch.parent" ; logAheadCount ; cd .. cd "li.strolch.bom" ; logAheadCount ; cd .. cd "li.strolch.model" ; logAheadCount ; cd ..