Skip to content

Commit

Permalink
Patch to Bric::Util::Trans::SFTP from David Beaudet.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Mar 30, 2007
1 parent e60b43a commit c6600a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions lib/Bric/Changes.pod
Expand Up @@ -280,6 +280,11 @@ Element Types. [Marshall]
Fixed an apparently old bug with editing keywords in the Category Profile,
where you couldn't Save if there were exactly 3 keywords. [Scott]

=item *

Fixed pasto in <LBric::Util::Trans::SFTP|Bric::Util::Trans::SFTP> that should
have prevented it from ever working, but somehow did not. [David P. Beaudet]

=back

=head1 VERSION 1.10.2 "Summer" (2006-06-22)
Expand Down
2 changes: 1 addition & 1 deletion lib/Bric/Util/Trans/SFTP.pm
Expand Up @@ -342,7 +342,7 @@ $sftp_args = sub {
push @ssh_args, cipher => SFTP_MOVER_CIPHER if SFTP_MOVER_CIPHER;
}

(my $hn = $s->get_host_name) =~ s/:\d+$//;
(my $hn = $server->get_host_name) =~ s/:\d+$//;
return (
$hn,
debug => DEBUG,
Expand Down

0 comments on commit c6600a2

Please sign in to comment.