Skip to content

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
powerkimhub committed Sep 20, 2023
1 parent f6541dd commit c5d8d59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,5 +289,5 @@ func (handler *MockRegionZoneHandler) ListOrgZone() (string, error) {
}
}

return "", fmt.Errorf("%s VMSpec does not exist!!", handler.Region.Region)
return "", fmt.Errorf("%s The original zone list does not exist!!", handler.Region.Region)
}

0 comments on commit c5d8d59

Please sign in to comment.