Skip to content

Commit d8b0096

Browse files
committed
Fix template filepath
Path for `RemoteSettings-template.plist` was specifying a directory in which the user was already located
1 parent 2a3f4d5 commit d8b0096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Loop optionally supports select third-party remote services. While none of them
4545
After a fresh clone of the repository, you'll need duplicate the template file and populate the copy with values.
4646

4747
```bash
48-
Loop$ cp Loop/RemoteSettings-template.plist Loop/RemoteSettings.plist
48+
Loop$ cp RemoteSettings-template.plist RemoteSettings.plist
4949
```
5050

5151
`RemoteSettings.plist` is included in `.gitignore` so you won't accidentally commit any sensitive keys.

0 commit comments

Comments
 (0)