Skip to content

Commit 406aa26

Browse files
jeongda-youngDajeong-Park
authored andcommitted
라인 수정
1 parent bb768e4 commit 406aa26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/cloud/resource/ServerResourceBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ private boolean isVhbaAllocatedToVm(String vhbaName) {
673673
"done");
674674
OutputInterpreter.AllLinesParser parser = new OutputInterpreter.AllLinesParser();
675675
String result = checkCommand.execute(parser);
676-
676+
677677
if (result == null && parser.getLines() != null) {
678678
return parser.getLines().trim().equals("allocated");
679679
}

0 commit comments

Comments
 (0)