Skip to content

Commit 8c62980

Browse files
style: run gofmt
1 parent f9351ae commit 8c62980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/nfs/nodeserver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ func (ns *NodeServer) NodePublishVolume(ctx context.Context, req *csi.NodePublis
170170
return err
171171
}
172172
// initialize credentials from keytab
173-
cmd = exec.CommandContext(ctx, "kinit", "-k", krbPrinc)
173+
cmd = exec.CommandContext(ctx, "kinit", "-k", krbPrinc)
174174
if err := cmd.Run(); err != nil {
175175
klog.Errorf("error running 'kinit -k': %+v", err)
176176
return err

0 commit comments

Comments
 (0)