diff options
author | mattn <mattn.jp@gmail.com> | 2013-05-08 21:31:42 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2013-05-08 21:31:42 +0900 |
commit | 5a5811173d429d24e3e497ebd5e8f0ef8c7fc714 (patch) | |
tree | d0fc2866867345b8c3c715dbc7eb75371ce293d4 /template/perl/snip-pit.pl | |
parent | 100bc1c4db1e80720787aab7ce48fcbad5dc481c (diff) | |
download | vim-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.pl | 4 |
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_}} |