فهرست منبع

Use the correct casing

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

https://pubs.opengroup.org/onlinepubs/9699919799/utilities/cp.html
Manav Rathi 1 سال پیش
والد
کامیت
a2c9cd5071
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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