aboutsummaryrefslogtreecommitdiff
path: root/template/perl/snip-pit.pl
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2013-05-08 21:31:42 +0900
committermattn <mattn.jp@gmail.com>2013-05-08 21:31:42 +0900
commit5a5811173d429d24e3e497ebd5e8f0ef8c7fc714 (patch)
treed0fc2866867345b8c3c715dbc7eb75371ce293d4 /template/perl/snip-pit.pl
parent100bc1c4db1e80720787aab7ce48fcbad5dc481c (diff)
downloadvim-sonictemplate-5a5811173d429d24e3e497ebd5e8f0ef8c7fc714.tar.gz
vim-sonictemplate-5a5811173d429d24e3e497ebd5e8f0ef8c7fc714.tar.bz2
vim-sonictemplate-5a5811173d429d24e3e497ebd5e8f0ef8c7fc714.zip
Use _var_
Diffstat (limited to 'template/perl/snip-pit.pl')
-rw-r--r--template/perl/snip-pit.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/perl/snip-pit.pl b/template/perl/snip-pit.pl
index 710aa50..ad6d8ce 100644
--- a/template/perl/snip-pit.pl
+++ b/template/perl/snip-pit.pl
@@ -1,7 +1,7 @@
use Config::Pit;
my $config = pit_get("{{_input_:domain}}", require => {
- "username" => "username of {{_input_:domain}}",
- "password" => "password of {{_input_:domain}}",
+ "username" => "username of {{_var_:domain}}",
+ "password" => "password of {{_var_:domain}}",
});
{{_cursor_}}