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
returnfmt.Errorf("required flag bundleName must be set via flag or environment variable")
46
+
returntelemetry.LogError(span, fmt.Errorf("required flag bundleName must be set via flag or environment variable"), "an error occurred while pulling bundle")
47
47
}
48
48
bundleVersion:=viper.GetString("bundle.version")
49
+
ifbundleVersion=="" {
50
+
returntelemetry.LogError(span, fmt.Errorf("required flag bundleVersion must be set via flag or environment variable"), "an error occurred while pulling bundle")
0 commit comments