Skip to content

Commit f5820da

Browse files
authored
docs: fix command examples in upgrading-to-v0-16 guide (#1954)
1 parent 9432bfc commit f5820da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/upgrading-to-v0-16.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Now:
194194
```
195195
$ asdf cmd foo # same as running `$ASDF_DATA_DIR/plugins/foo/lib/commands/command`
196196
$ asdf cmd foo bar # same as running `$ASDF_DATA_DIR/plugins/foo/lib/commands/command-bar`
197-
$ asdf cmd foo bat man # same as running `$ASDF_DATA_DIR/plugins/foo/lib/commands/command bat man`
197+
$ asdf cmd foo bat man # same as running `$ASDF_DATA_DIR/plugins/foo/lib/commands/command-bat man`
198198
```
199199

200200
### Executables Shims Resolve to Must Runnable by `syscall.Exec`

0 commit comments

Comments
 (0)