Skip to content

Commit 5c158c0

Browse files
committed
fix typo
Signed-off-by: Swati Gupta <swatig@nvidia.com>
1 parent b77e105 commit 5c158c0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/dra-example-kubeletplugin/state.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ func (s *DeviceState) prepareDevices(ctx context.Context, claim *resourceapi.Res
225225
}
226226
}
227227

228-
klog.Infof("Adding device attribute to claim %s/%s", claim.Namespace, claim.Name)
228+
klog.Infof("Adding device attributes to claim %s/%s", claim.Namespace, claim.Name)
229229
if err := s.applyDeviceStatus(ctx, claim.Namespace, claim.Name, devicesStatus...); err != nil {
230230
klog.Warningf("Failed to update device attributes for claim %s/%s: %v", claim.Namespace, claim.Name, err)
231231
}

test/e2e/e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
!/usr/bin/env bash
1+
#!/usr/bin/env bash
22

33
# Copyright 2024 The Kubernetes Authors.
44
#

0 commit comments

Comments
 (0)