From 6f3af51a490c934ed8a54ac99d3d63963b0d26f2 Mon Sep 17 00:00:00 2001 From: Tom De Vylder Date: Wed, 31 Jul 2013 12:00:32 +0200 Subject: [PATCH] Fix deprecation notices --- templates/export.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/export.erb b/templates/export.erb index fa882eb..35887f3 100644 --- a/templates/export.erb +++ b/templates/export.erb @@ -1,3 +1,3 @@ -# <%= scope.lookupvar('name') -%> -<%= scope.lookupvar('export_directory') -%> <%= scope.lookupvar('export_target') -%>(<%= scope.lookupvar('export_options') -%>) +# <%= @name -%> +<%= @export_directory -%> <%= @export_target -%>(<%= @export_options -%>)