Remove shell section

Deleted 'shell' section from 'rebar.config'
This commit is contained in:
vkatsuba
2021-04-05 23:41:51 +03:00
parent 51f3336dfe
commit ebe7fc0a02

View File

@@ -1,7 +1,2 @@
{erl_opts, [debug_info]}. {erl_opts, [debug_info]}.
{deps, []}. {deps, []}.
{shell, [
% {config, "config/sys.config"},
{apps, [redis]}
]}.