Skip to content

Commit

Permalink
Renames file extension from pt to nt
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimaweapon committed Sep 14, 2023
1 parent eb8bc3e commit 5e1a0a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stage0/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ fn main() -> ExitCode {
continue;
}

// Skip if not a Pluto source.
// Skip if not a Nitro source.
match path.extension() {
Some(v) => {
if v != "pt" {
if v != "nt" {
continue;
}
}
Expand Down
File renamed without changes.

0 comments on commit 5e1a0a2

Please sign in to comment.