File 0002-Fix-misleading-config-in-app-template.patch of Package rebar3

From f96dcbb342d585996b04bd5b6fff9cbc955440cd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Boroska=20Andra=CC=81s?= <Andras.Peter.Boroska@otpbank.hu>
Date: Sat, 27 Oct 2018 22:25:57 +0200
Subject: [PATCH] Fix misleading config in app template

Uncommenting the sys.config shell setting in app template rebar.config
works now as expected.
---
 priv/templates/app_rebar.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/priv/templates/app_rebar.config b/priv/templates/app_rebar.config
index 203ce4ac..a3f5b8c6 100644
--- a/priv/templates/app_rebar.config
+++ b/priv/templates/app_rebar.config
@@ -2,6 +2,6 @@
 {deps, []}.
 
 {shell, [
-  % {config, [{config, "config/sys.config"}]},
+  % {config, "config/sys.config"},
     {apps, [{{name}}]}
 ]}.
-- 
2.16.4

openSUSE Build Service is sponsored by