Skip to content

Commit b122c07

Browse files
committed
Small fix to invoke internal method
1 parent f3df2da commit b122c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/src/main/java/com/cloud/utils/script/Script.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ static String stackTraceAsString(Throwable throwable) {
245245
}
246246

247247
public String execute(OutputInterpreter interpreter) {
248-
return execute(interpreter, null);
248+
return executeInternal(interpreter, null);
249249
}
250250

251251
public String execute(OutputInterpreter interpreter, Map<String, String> environment) {

0 commit comments

Comments
 (0)