Fix auth bash typo

This commit is contained in:
ggorlen 2024-06-02 16:04:45 -07:00
parent 54e7e254cd
commit d81e040ba6

View file

@ -15,7 +15,7 @@ We recommend to create `playwright/.auth` directory and add it to your `.gitigno
```bash tab=bash-bash
mkdir -p playwright/.auth
echo "\nplaywright/.auth" >> .gitignore
echo $'\nplaywright/.auth' >> .gitignore
```
```batch tab=bash-batch