Adding an empty directory to the staging area

Hi,

I don’t know if I am doing something wrong but section 3.4 says that after creating the .keep file in the tutorials directory, you can write git add tutorials/*. as a way to add only that directory to the staging area. However on that command I only get an error: zsh: no matches found: tutorials/*

However I found that simply writing: git add tutorials adds the directory to the staging area. Please inform me if it’s an errata in the book or if I’m doing something wrong.

Thank you.