Skip to content

Commit

Permalink
Update pact_escript.escript (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
silverblaze404 authored Apr 25, 2024
1 parent 74a0c22 commit f1ee8d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pact_escript.escript
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@


main([Module, Function | Args]) ->
true = code:add_pathz("../../lib/pact_erlang/ebin"),
code:add_pathz("../../lib/pact_erlang/ebin"),
code:add_pathz("../../../lib/pact_erlang/ebin"),
ModuleAtom = list_to_atom(Module),
FunctionAtom = list_to_atom(Function),
ArgsList =
Expand Down

0 comments on commit f1ee8d3

Please sign in to comment.