Skip to content

Commit e5d9629

Browse files
authored
Fix typo
Pointed out here: github/copilot-cli#68
1 parent d84243b commit e5d9629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/copilot/concepts/agents/about-copilot-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ For installation instructions, see [AUTOTITLE](/copilot/how-tos/set-up/install-c
4747
Alternatively, you can use a script to output command-line options and pipe this to `copilot`. For example:
4848

4949
```bash copy
50-
echo ./script-outputting-options.sh | copilot
50+
./script-outputting-options.sh | copilot
5151
```
5252

5353
> [!CAUTION]

0 commit comments

Comments
 (0)