Use enterprise imports for pro builds as well. (#101423)

pull/100502/head
Peter Štibraný 4 months ago committed by GitHub
parent 9beaa3e1d1
commit 908f4ff357
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      pkg/extensions/enterprise_imports.go

@ -1,5 +1,5 @@
//go:build enterprise
// +build enterprise
//go:build enterprise || pro
// +build enterprise pro
package extensions

Loading…
Cancel
Save