Skip to content

Commit 10e6da1

Browse files
Cleanup
Signed-off-by: miguelfigueiredo <miguelsfigueiredo90@gmail.com>
1 parent 0ebf5d4 commit 10e6da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/src/com/mirth/connect/cli/CommandLineInterface.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ private void runShell(String server, String user, String password, String script
185185
loginStatus = client.login(user, password);
186186
} catch (UnauthorizedException ex) {
187187
if (ex.getResponse() instanceof LoginStatus status && status.isSuccess()) {
188-
loginStatus = status;
188+
loginStatus = status;
189189
}
190190
}
191191
finally {

0 commit comments

Comments
 (0)