From 0fc651d52c4919594325b6ac39b0e515db707d5b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 19 Mar 2016 12:18:56 -0300 Subject: Fix deprecation warnings at template --- templates/viewvc.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/viewvc.conf.erb b/templates/viewvc.conf.erb index 250ce0d..a7899d3 100644 --- a/templates/viewvc.conf.erb +++ b/templates/viewvc.conf.erb @@ -128,7 +128,7 @@ ## root_parents = /opt/svn : svn, ## /opt/cvs : cvs ## -root_parents = <%= root_parents %> +root_parents = <%= @root_parents %> ## default_root: This is the name of the default root. Valid names ## include those explicitly listed in the cvs_roots and svn_roots -- cgit v1.2.3