cmd/containerboot: fix some lint.
Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:

committed by
Dave Anderson

parent
c084c7d7ed
commit
a469ec8ff6
@ -84,7 +84,7 @@ func storeDeviceID(ctx context.Context, secretName, deviceID string) error {
|
||||
}
|
||||
|
||||
m := map[string]map[string]string{
|
||||
"stringData": map[string]string{
|
||||
"stringData": {
|
||||
"device_id": deviceID,
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user