Showing 1 changed files with 1 additions and 1 deletions
+1 -1
lib/Gitprep.pm
... ...
@@ -69,7 +69,7 @@ sub startup {
69 69
   $self->manager($manager);
70 70
   
71 71
   # authorized_keys file
72
-  my $authorized_keys_file = = $conf->{basic}{authorized_keys_file};
72
+  my $authorized_keys_file = $conf->{basic}{authorized_keys_file};
73 73
   unless (defined $authorized_keys_file) {
74 74
     if (defined $ENV{HOME}) {
75 75
       $authorized_keys_file = "$ENV{HOME}/.ssh/authorized_keys";