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:
parent
e083c7caf2
commit
a2c9cd5071
1 changed files with 1 additions and 1 deletions
|
@ -20,5 +20,5 @@ then
|
|||
cp -R apps/auth/out .
|
||||
else
|
||||
yarn export:photos
|
||||
cp -r apps/photos/out .
|
||||
cp -R apps/photos/out .
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue