aboutsummaryrefslogtreecommitdiff
path: root/template/perl/snip-pit.pl
diff options
context:
space:
mode:
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_}}