Skip to content

Commit

Permalink
Fix text typo in 0.94.0 release post (#1420)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kissaki committed May 29, 2024
1 parent b985c65 commit b51b10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/2024-05-28-nushell_0_94_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ Thanks to [@merelymyself](https://github.com/merelymyself), the `each` command n

#### `ls` [[toc](#table-of-content)]

In a similar change, the `ls` command will now return errors instead empty entries if it fails to list a path ([#12033](https://github.com/nushell/nushell/pull/12033)). Additionally, `ls` has received a bug fix with [#12625](https://github.com/nushell/nushell/pull/12625) so that it works in a directory with `[` or `]` in its path.
In a similar change, the `ls` command will now return errors instead of empty entries if it fails to list a path ([#12033](https://github.com/nushell/nushell/pull/12033)). Additionally, `ls` has received a bug fix with [#12625](https://github.com/nushell/nushell/pull/12625) so that it works in a directory with `[` or `]` in its path.

#### `bytes build` [[toc](#table-of-content)]

Expand Down

0 comments on commit b51b10f

Please sign in to comment.