Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit ef88d1b

Browse files
authored
Removed 2019 from copyright and removed dangling \n
1 parent b8aff33 commit ef88d1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ ___
8080
* Next, run unit tests to make sure added customization passes the tests
8181
```
8282
cd ./deployment
83-
chmod +x ./run-unit-tests.sh \n
84-
./run-unit-tests.sh \n
83+
chmod +x ./run-unit-tests.sh
84+
./run-unit-tests.sh
8585
```
8686

8787
* Configure the bucket name of your target Amazon S3 distribution bucket
@@ -107,7 +107,7 @@ The main template is called efs-file-manager.template
107107

108108
***
109109

110-
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
110+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
111111

112112
Licensed under the Apache License Version 2.0 (the "License"). You may not use this file except in compliance with the License. A copy of the License is located at
113113

0 commit comments

Comments
 (0)