You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -205,18 +205,18 @@ func (o *PostCmdOptions) Run() error {
205
205
continue
206
206
}
207
207
208
-
// if servicelog description contains a documentation link, verify that
208
+
// if servicelog description contains a documentation link, verify that
209
209
// documentation link matches the cluster product (rosa, dedicated)
210
-
if!o.skipPrompts&&docClusterType!="" {
210
+
if!o.skipPrompts&&docClusterType!="" {
211
211
clusterType:=cluster.Product().ID()
212
212
213
-
if(docClusterType!=clusterType){
213
+
ifdocClusterType!=clusterType{
214
214
log.Info("The documentation link in the servicelog is for '", docClusterType, "' while the servicelog itself is for cluster type '", clusterType, "'.")
0 commit comments