Use the correct casing

-r also worked, but -R is the preferred casing

https://pubs.opengroup.org/onlinepubs/9699919799/utilities/cp.html
This commit is contained in:
Manav Rathi 2024-02-03 17:12:25 +05:30
parent e083c7caf2
commit a2c9cd5071

View file

@ -20,5 +20,5 @@ then
cp -R apps/auth/out . cp -R apps/auth/out .
else else
yarn export:photos yarn export:photos
cp -r apps/photos/out . cp -R apps/photos/out .
fi fi