Skip to content

Commit 7757e97

Browse files
author
VVASILY
committed
remove extra space
1 parent b47a44d commit 7757e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/installation/install.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ func install(op installOperation, opts InstallOpts) error {
115115
}
116116
if InstallOpts.NoSymlink {
117117
klog.V(3).Infof("Plugin was downloaded without symlinking to %q", op.installDir)
118-
return nil
118+
return nil
119119
}
120120

121121
subPathAbs, err := filepath.Abs(op.installDir)

0 commit comments

Comments
 (0)