Skip to content

Commit

Permalink
rebar.config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSLoburev committed Jan 2, 2024
1 parent f408149 commit f69784c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reverse_polish_notation_evaluator/rebar.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{erl_opts, [debug_info]}.
{deps, []}.

{out_dir, "/workspaces/parsers_in_erlang/reverse_polish_notation_evaluator/_build/default/lib/reverse_polish_notation_evaluator/ebin"}.
{shell, [
% {config, "config/sys.config"},
{apps, [reverse_polish_notation_evaluator]}
Expand Down

0 comments on commit f69784c

Please sign in to comment.