Skip to content

Commit 9a092b4

Browse files
committed
Use '@plugininstance' to avoid warning message about deprecation
1 parent 7489cc8 commit 9a092b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/plugin/curl-page.conf.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Plugin curl>
2-
<Page "<%= plugininstance %>">
2+
<Page "<%= @plugininstance %>">
33
URL "<%= @url %>"
44
<% if @user -%>
55
User "<%= @user %>"

0 commit comments

Comments
 (0)