File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ var installCmd = &cobra.Command{
169169 s .CodefreshAPI .BuildNodeSelector = bns
170170 builderInstallOpt .BuildNodeSelector = bns
171171
172- err = validateInstallOptions (* builderInstallOpt )
172+ err = validateInstallOptions (builderInstallOpt )
173173 if err != nil {
174174 dieOnError (err )
175175 }
@@ -223,7 +223,7 @@ func parseNodeSelector(s string) (nodeSelector, error) {
223223 return nodeSelector {v [0 ]: v [1 ]}, nil
224224}
225225
226- func validateInstallOptions (opts plugins.InstallOptions ) (error ) {
226+ func validateInstallOptions (opts * plugins.InstallOptions ) (error ) {
227227 if len (opts .ClusterName ) > clusterNameMaxLength {
228228 return errors .New (fmt .Sprintf ("cluster name lenght is limited to %d" , clusterNameMaxLength ))
229229 }
You can’t perform that action at this time.
0 commit comments