Formatting

This commit is contained in:
Peter Sankauskas 2014-07-29 16:15:53 -07:00
parent a59ee93bca
commit 6b751cac39
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ func AvailableDevice() (string, error) {
}
// To be able to build both Paravirtual and HVM images, the unnumbered
// device and the first numbered one must be available.
// device and the first numbered one must be available.
// E.g. /dev/xvdf and /dev/xvdf1
numbered_device := fmt.Sprintf("%s%d", device, 1)
if _, err := os.Stat(numbered_device); err != nil {