Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Sep 7, 2024
1 parent 68d62a6 commit d29d2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/deno_task_shell/src/shell/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ impl ShellState {
// and there is no `.git` present.
// Consequently, we:
// * Either moved into a subdirectory of a git repository from
// oustide
// outside
// * Or moved into a directory that is not inside git repository
// In the first case we need to recursively search to find the
// root. This might be slow, so we want to be smart and use the
Expand Down

0 comments on commit d29d2d1

Please sign in to comment.