Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohann0617 authored Dec 21, 2024
1 parent 832a871 commit 35b1058
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ public InstanceDetailDTO createInstanceData() {
instanceDetailDTO.setMemory(user.getMemory());
instanceDetailDTO.setDisk(user.getDisk());
instanceDetailDTO.setRootPassword(user.getRootPassword());
instanceDetailDTO.setShape(shape.getShape());
instanceDetailDTO.setShape(shape.getShape());
return instanceDetailDTO;
}
} catch (Exception e) {
if (e instanceof BmcException) {
Expand Down

0 comments on commit 35b1058

Please sign in to comment.