mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
Formatting
This commit is contained in:
parent
a59ee93bca
commit
6b751cac39
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue