Skip to content

Commit

Permalink
docs: fix command examples in upgrading-to-v0-16 guide (#1954)
Browse files Browse the repository at this point in the history
  • Loading branch information
deiga authored Feb 14, 2025
1 parent 9432bfc commit f5820da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/upgrading-to-v0-16.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Now:
```
$ asdf cmd foo # same as running `$ASDF_DATA_DIR/plugins/foo/lib/commands/command`
$ asdf cmd foo bar # same as running `$ASDF_DATA_DIR/plugins/foo/lib/commands/command-bar`
$ asdf cmd foo bat man # same as running `$ASDF_DATA_DIR/plugins/foo/lib/commands/command bat man`
$ asdf cmd foo bat man # same as running `$ASDF_DATA_DIR/plugins/foo/lib/commands/command-bat man`
```

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

0 comments on commit f5820da

Please sign in to comment.