Skip to content

Commit c7340c6

Browse files
committed
fix: correct class name reference in SDK evaluation script [remote-eval]
1 parent f86d763 commit c7340c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

evals/git-evals/run-single-eval.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class RunSingleEvalCommand extends Command {
4747
}
4848

4949
async run(): Promise<void> {
50-
const { flags } = await this.parse(RunSingleEvalSDKCommand)
50+
const { flags } = await this.parse(RunSingleEvalCommand)
5151

5252
// Validate that either commit-index or commit-sha is provided
5353
if (

0 commit comments

Comments
 (0)