Skip to content

Commit

Permalink
Fix deprecation notices
Browse files Browse the repository at this point in the history
  • Loading branch information
arioch committed Jul 31, 2013
1 parent 7a3d36f commit 6f3af51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/export.erb
Original file line number Diff line number Diff line change
@@ -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 -%>)

0 comments on commit 6f3af51

Please sign in to comment.