Skip to content

Commit

Permalink
feature(cli): resolved wrong file name
Browse files Browse the repository at this point in the history
Resolved wrong file name in bin folder.

Closes #813
  • Loading branch information
owais34 committed Apr 23, 2024
1 parent c0fb4e0 commit aa9b71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/bin/generate-benchmark-from-curl.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env node
import create from '../src/cli/har-route-builder.js';
import create from '../src/cli/curl-route-builder.js';

create(process.argv, process.cwd(),);

0 comments on commit aa9b71f

Please sign in to comment.