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
func (e BuildpackStackChangeError) Error() string {
return fmt.Sprintf("Buildpack {{.BuildpackName}} already exists with a stack association\n\nTIP: Use '{{.BuildpackCommand}}' to view buildpack and stack associations")
}
func (e BuildpackStackChangeError) Translate(translate func(string, ...interface{}) string) string {