summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/fs/remote/davfs.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs/remote/davfs.pm b/perl-install/fs/remote/davfs.pm
index 5ba3e84f0..5df0fe771 100644
--- a/perl-install/fs/remote/davfs.pm
+++ b/perl-install/fs/remote/davfs.pm
@@ -38,7 +38,7 @@ sub mountpoint_credentials_save {
my @var = split(/=/);
$h{$var[0]} = $var[1];
}
- foreach my $key qw(username password) {
+ foreach my $key (qw(username password)) {
$entry->{$key} = $h{$key};
}
save_credentials(\@entries);