mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
provisioner/powershell: remove unused variable
The retryableSleep variable in the powershell provisioner was defined but never used, so we can safely rename it.
This commit is contained in:
parent
467529f597
commit
673a97290a
1 changed files with 0 additions and 2 deletions
|
|
@ -28,8 +28,6 @@ import (
|
|||
"github.com/hashicorp/packer-plugin-sdk/uuid"
|
||||
)
|
||||
|
||||
var retryableSleep = 2 * time.Second
|
||||
|
||||
var psEscape = strings.NewReplacer(
|
||||
"$", "`$",
|
||||
"\"", "`\"",
|
||||
|
|
|
|||
Loading…
Reference in a new issue