Skip to content

Commit

Permalink
Fixes RexOps#51
Browse files Browse the repository at this point in the history
  • Loading branch information
JoyceBabu authored Feb 27, 2017
1 parent b3ea13f commit 0a168b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Rex/Repositorio/Repository/Apt.pm
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ sub _run_ftp_archive {

# export pub key as asc file
my $pub_file = $self->repo->{name} . ".asc";
$cmd = "cd $repo_dir ; gpg -a --output $pub_file --export $key";
$cmd = "cd $repo_dir ; gpg -a --export $key > $pub_file";
system $cmd;

if ( $? != 0 ) {
Expand Down

0 comments on commit 0a168b1

Please sign in to comment.