Skip to content

Commit bf5f190

Browse files
author
Dave Syer
authored
Fix sed command
1 parent ec6e8cc commit bf5f190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ and then move it into the root of the project:
112112
```
113113
$ cat client/.gitignore >> .gitignore
114114
$ rm -rf client/node* client/src/favicon.ico client/.gitignore client/.git
115-
$ sed -i '/node_/anode/' .gitignore
115+
$ sed -i -e 's/node_/anode/' .gitignore
116116
$ cp -rf client/* .
117117
$ cp client/.??* .
118118
$ rm -rf client

0 commit comments

Comments
 (0)