Skip to content

Commit 79a39c8

Browse files
authored
Fix text typo in 0.94.0 release post
1 parent b985c65 commit 79a39c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/2024-05-28-nushell_0_94_0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ Thanks to [@merelymyself](https://github.com/merelymyself), the `each` command n
329329

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

332-
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.
332+
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.
333333

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

0 commit comments

Comments
 (0)