Skip to content

Commit acd2ed0

Browse files
authored
Fixed scripts path
1 parent 8c789f8 commit acd2ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/data-processor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ aws s3api put-bucket-notification-configuration --bucket $BUCKET_NAME --notifica
7474
```
7575
### Spark data processing script upload
7676
```bash
77-
aws s3 cp ../scripts s3://$BUCKET_NAME/scripts --recursive
77+
aws s3 cp ./scripts s3://$BUCKET_NAME/scripts --recursive
7878
```
7979

8080
## Test

0 commit comments

Comments
 (0)