Skip to content

Commit a80a42d

Browse files
committed
Fix pkg name
1 parent 16453c3 commit a80a42d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbine/code/src/tcl/julia/tcl-julia.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Tcljulia_Init(Tcl_Interp* interp)
9393
if (Tcl_InitStubs(interp, TCL_VERSION, 0) == NULL)
9494
return TCL_ERROR;
9595

96-
if (Tcl_PkgProvide(interp, "python", "0.1") == TCL_ERROR)
96+
if (Tcl_PkgProvide(interp, "julia", "0.1") == TCL_ERROR)
9797
return TCL_ERROR;
9898

9999
return TCL_OK;

0 commit comments

Comments
 (0)