Skip to content

Commit

Permalink
Merge pull request #1423 from Evergard/patch-2
Browse files Browse the repository at this point in the history
Quotation
  • Loading branch information
bkmgit authored Jul 31, 2023
2 parents 7344daa + 1a31e90 commit 223e809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/03-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ $ rm thesis
```

```error
rm: cannot remove `thesis': Is a directory
rm: cannot remove 'thesis': Is a directory
```

This happens because `rm` by default only works on files, not directories.
Expand Down

0 comments on commit 223e809

Please sign in to comment.