Parcourir la source

Use the correct casing

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

https://pubs.opengroup.org/onlinepubs/9699919799/utilities/cp.html
Manav Rathi il y a 1 an
Parent
commit
a2c9cd5071
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      scripts/deploy.sh

+ 1 - 1
scripts/deploy.sh

@@ -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