diff --git a/tasks/general/acct_mgmt/users.yml b/tasks/general/acct_mgmt/users.yml index 63eb5ad..ff00c98 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -461,6 +461,9 @@ alias_code_check: | alias code-check=' ls -d ~/Code/* | while read project; do + if [[ ! -d $project ]]; then + continue + fi echo "*** `basename $project` ***" cd $project if [[ -d .git ]]; then