From d5f3dbe0a5ff87a619bec9a99c0618f90f781659 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 20 Oct 2015 14:14:08 -0200 Subject: Fix variable deprecations on templates --- templates/labelmount.conf.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/labelmount.conf.erb') diff --git a/templates/labelmount.conf.erb b/templates/labelmount.conf.erb index e40c49d..b205bb3 100644 --- a/templates/labelmount.conf.erb +++ b/templates/labelmount.conf.erb @@ -1,2 +1,2 @@ -label = <%= label %> -dest = <%= dest %> +label = <%= @label %> +dest = <%= @dest %> -- cgit v1.2.3