Skip to content

Commit

Permalink
Make public the executeScript method which uses BuffReader
Browse files Browse the repository at this point in the history
  • Loading branch information
profesorfalken committed Sep 25, 2018
1 parent 7b9c0fa commit ea11421
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ public PowerShellResponse executeScript(BufferedReader srcReader) {
* @param params the parameters of the script
* @return response with the output of the command
*/
private PowerShellResponse executeScript(BufferedReader srcReader, String params) {
public PowerShellResponse executeScript(BufferedReader srcReader, String params) {

if (srcReader != null) {
File tmpFile = createWriteTempFile(srcReader);
Expand Down

0 comments on commit ea11421

Please sign in to comment.