Skip to content

Commit

Permalink
Change interpreter name (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubobubobubobubo authored May 26, 2023
1 parent 79877bf commit 79bbcca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/repl/src/repl/sardine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class SardineREPL extends CommandREPL {

commandPath(): string {
const { python } = this.extraOptions;
return python || 'fishery';
return python || 'sardine';
}
}

Expand Down

0 comments on commit 79bbcca

Please sign in to comment.