Skip to content

Commit

Permalink
remove uneeded const
Browse files Browse the repository at this point in the history
  • Loading branch information
data-tangles committed Jul 30, 2023
1 parent 8f80459 commit 1bdb689
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/hyperv-winrm/vhd.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ if (Test-Path $path) {
}
`))

const getVhdErrorMessage = "your_specific_error_message_here"

func (c *ClientConfig) VhdExists(ctx context.Context, path string) (result api.VhdExists, err error) {
err = c.WinRmClient.RunScriptWithResult(ctx, existsVhdTemplate, existsVhdArgs{
Path: path,
Expand Down

0 comments on commit 1bdb689

Please sign in to comment.