Skip to content

Commit 30c7aa2

Browse files
fix: make linter happy
1 parent a15ee32 commit 30c7aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/cilium-nodesubnet/ipconfigupdate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func runAzCommand(params ...string) (string, error) {
2828
}
2929

3030
if err != nil {
31-
return "", errors.Wrap(err, fmt.Sprintf("command failed "+stderr.String()))
31+
return "", errors.Wrap(err, fmt.Sprintf("command failed %s", stderr.String()))
3232
}
3333

3434
return out.String(), nil

0 commit comments

Comments
 (0)