Skip to content

Commit

Permalink
Use '@plugininstance' to avoid warning message about deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
bdossantos committed Nov 5, 2014
1 parent 7489cc8 commit 9a092b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/plugin/curl-page.conf.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Plugin curl>
<Page "<%= plugininstance %>">
<Page "<%= @plugininstance %>">
URL "<%= @url %>"
<% if @user -%>
User "<%= @user %>"
Expand Down

0 comments on commit 9a092b4

Please sign in to comment.