mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-23 17:03:00 -05:00
7 lines
105 B
Go
7 lines
105 B
Go
package constants
|
|
|
|
// Known Environment Variables
|
|
const (
|
|
ENV_UPDATE_CHECK = "STEAMPIPE_UPDATE_CHECK"
|
|
)
|