Skip to content

Commit

Permalink
Merge branch 'release/1.51'
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Hardin committed Sep 11, 2023
2 parents 98718e6 + 2a14157 commit a6808ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion META.json
Expand Up @@ -91,7 +91,7 @@
"web" : "https://github.com/whiterabbitsecurity/connector"
}
},
"version" : "1.50",
"version" : "1.51",
"x_contributors" : [
"Martin Bartosch <m.bartosch@cynops.de>",
"Martin Bartosch <mbartosch@whiterabbitsecurity.com>",
Expand Down
2 changes: 1 addition & 1 deletion lib/Connector.pm
Expand Up @@ -10,7 +10,7 @@ package Connector;
# because of the '//' operator in one of the sub-modules.
use 5.010001;

our $VERSION = '1.50';
our $VERSION = '1.51';

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/Connector/Proxy/Proc/SafeExec.pm
Expand Up @@ -99,7 +99,7 @@ sub set {
print FILE $content;
close FILE;

return $self->_run_command({ ARGS => \@args, FILE => $source });
return $self->_run_command({ ARGS => \@args, FILE => $source, DATA => $data });

}

Expand Down

0 comments on commit a6808ce

Please sign in to comment.