mirror of https://github.com/hashicorp/packer
move retry function that is only used by osc builder into that builder's common dir instead of the global common dir. Fix bug in quemu where the wrong retry value is checked against.
parent
fa233a6a56
commit
f52a2ad0fa
@ -1,4 +1,4 @@
|
||||
package common
|
||||
package retry
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
@ -1,4 +1,4 @@
|
||||
package common
|
||||
package retry
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
Loading…
Reference in new issue