mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
IsEnterprise as const (#26313)
This commit is contained in:
parent
02312cbb57
commit
8a40d96b1b
1 changed files with 1 additions and 1 deletions
|
|
@ -5,4 +5,4 @@
|
|||
|
||||
package constants
|
||||
|
||||
var IsEnterprise = false
|
||||
const IsEnterprise = false
|
||||
|
|
|
|||
Loading…
Reference in a new issue