Skip to content

Commit 8ccab86

Browse files
committed
Update 1 code files
Modified: • src/omnipkg/dispatcher.c (+1/-1 lines) [gitship-generated]
1 parent bd6233c commit 8ccab86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/omnipkg/dispatcher.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@ static void fallback_to_python_v(const char *self_dir, char **argv,
11021102
char **new_argv = malloc((argc + 4) * sizeof(char *));
11031103
new_argv[0] = py;
11041104
new_argv[1] = "-m";
1105-
new_argv[2] = "omnipkg.dispatcher";
1105+
new_argv[2] = "omnipkg.cli";
11061106
int out = 3;
11071107
if (inject_version) {
11081108
new_argv[out++] = "--python";

0 commit comments

Comments
 (0)