diff --git a/pkg/crc/pullsecret/pullsecret.go b/pkg/crc/pullsecret/pullsecret.go index c55dd884e4..7556bf1a7d 100644 --- a/pkg/crc/pullsecret/pullsecret.go +++ b/pkg/crc/pullsecret/pullsecret.go @@ -70,20 +70,18 @@ func AddPullSecretAndClusterID(sshRunner *ssh.SSHRunner, pullSec string, kubecon func addpullSecretSpecToInstance(sshRunner *ssh.SSHRunner, pullSec string) error { base64OfPullSec := base64.StdEncoding.EncodeToString([]byte(pullSec)) - output, err := sshRunner.RunPrivate(fmt.Sprintf("cat <