Skip to content

Commit b52d102

Browse files
committed
fix lint issue
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent 9c39677 commit b52d102

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cloudprovider/azure.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ func (m *CloudProviderAzure) FetchToken() (token *bootstraptoken.BootstrapToken)
8080
case "SecretDisabled":
8181
// disabled secret, continue as there would be no token
8282
log.Warn("current secret is disabled, assuming non existing token")
83-
err = nil
8483
break
8584
case "ForbiddenByPolicy":
8685
// access is forbidden

0 commit comments

Comments
 (0)