Skip to content

Commit 8c3e80f

Browse files
committed
Fix typo
1 parent 785fdf5 commit 8c3e80f

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/java/com/topjohnwu/superuser/internal

1 file changed

+1
-1
lines changed

core/src/main/java/com/topjohnwu/superuser/internal/JobTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public void run(@NonNull OutputStream stdin,
107107
}
108108

109109
close();
110-
setResult(new ResultImpl());
110+
setResult(result);
111111
}
112112

113113
@Override

0 commit comments

Comments
 (0)