Skip to content

Commit

Permalink
Fix missing host info for schedule-failed actions bug
Browse files Browse the repository at this point in the history
  • Loading branch information
littlezhou committed Aug 17, 2018
1 parent 279bb33 commit 547ffd3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,7 @@ private void cmdletFinishedInternal(CmdletInfo cmdletInfo) throws IOException {
actionInfo.setFinished(true);
actionInfo.setCreateTime(cmdletInfo.getStateChangedTime());
actionInfo.setFinishTime(cmdletInfo.getStateChangedTime());
actionInfo.setExecHost(ActiveServerInfo.getInstance().getHost());
}
}
}
Expand Down

0 comments on commit 547ffd3

Please sign in to comment.