From 731c3fd8a43b49e7d47127c743160705f776ce40 Mon Sep 17 00:00:00 2001 From: Fred Hebert Date: Fri, 14 Nov 2014 18:30:18 +0000 Subject: Minor template fixes - The OTP app template now adds the supevisor - The default apps_dir value does not contain the trailing '/' that the template index already added. --- src/rebar_templater.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/rebar_templater.erl b/src/rebar_templater.erl index cd0f5d4..4d871cd 100644 --- a/src/rebar_templater.erl +++ b/src/rebar_templater.erl @@ -138,7 +138,7 @@ default_variables() -> {author_name, "Anonymous"}, {author_email, "anonymous@example.org"}, {copyright_year, integer_to_list(Y)}, - {apps_dir, "apps/", "Directory where applications will be created if needed"}]. + {apps_dir, "apps", "Directory where applications will be created if needed"}]. %% Load variable definitions from the 'Globals' file in the home template %% directory -- cgit v1.1