Skip to content

Commit 028da36

Browse files
author
Harsh Desai
committed
fix go lint
Signed-off-by: Harsh Desai <[email protected]>
1 parent d614169 commit 028da36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/azure.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ func (a *azureOps) Attach(diskName string, opts map[string]string) (string, erro
232232
return a.waitForAttach(diskName)
233233
}
234234

235-
func (s *azureOps) AttachByInstanceID(
235+
func (a *azureOps) AttachByInstanceID(
236236
instanceID, volumeID string, options map[string]string) (string, error) {
237237
return "", &cloudops.ErrNotSupported{
238238
Operation: "AttachByInstanceID",

0 commit comments

Comments
 (0)