Skip to content

Commit 4e5579d

Browse files
authored
Fix cp command syntax error in remote/faq.md (#8339)
1 parent fecbba8 commit 4e5579d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/remote/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Follow these steps to configure your environment for this workaround:
152152
```sh
153153
mkdir toolchain-dir
154154
cd toolchain-dir
155-
cp <path-to-config-file> > .config
155+
cp <path-to-config-file> .config
156156
ct-ng build
157157
```
158158

0 commit comments

Comments
 (0)