This repository was archived by the owner on Jan 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ In this module, you'll setup an Amazon S3 bucket to host your assets and configu
119
119
On Windows:
120
120
121
121
``` console
122
- copy /Y lab1 work
122
+ xcopy /E lab1 work
123
123
```
124
124
125
125
1 . Copy the Wild Rydes static website files into your bucket. Replace the ** INSERT_BUCKET_NAME_HERE** placeholder with the bucket you created earlier.
@@ -248,7 +248,7 @@ Visitors to your website who are interested in participating in your beta progra
248
248
On Windows:
249
249
250
250
``` console
251
- copy /Y lab2 work
251
+ xcopy /E lab2 work
252
252
```
253
253
254
254
1 . In your work directory, open ** scripts/config.js** in your text editor.
@@ -524,7 +524,7 @@ Your marketing team needs an administrative interface to manage aspects of the s
524
524
On Windows:
525
525
526
526
```console
527
- copy /Y lab3 work
527
+ xcopy /E lab3 work
528
528
```
529
529
530
530
1. In your work directory, open **scripts/config.js** in your text editor.
@@ -754,7 +754,7 @@ To keep your visitors up to date on your progress building your product, your ma
754
754
On Windows:
755
755
756
756
``` console
757
- copy /Y lab4 work
757
+ xcopy /E lab4 work
758
758
```
759
759
760
760
1 . Update the contents of the Amazon S3 bucket created in Lab 1 with the new files:
You can’t perform that action at this time.
0 commit comments