provisioner/powershell: remove unused variable

The retryableSleep variable in the powershell provisioner was defined
but never used, so we can safely rename it.
pull/11821/head
Lucas Bajolet 4 years ago
parent 467529f597
commit 673a97290a

@ -28,8 +28,6 @@ import (
"github.com/hashicorp/packer-plugin-sdk/uuid"
)
var retryableSleep = 2 * time.Second
var psEscape = strings.NewReplacer(
"$", "`$",
"\"", "`\"",

Loading…
Cancel
Save