Skip to content

Commit

Permalink
change environment variable for installation id
Browse files Browse the repository at this point in the history
to be with underscore instead of dash
  • Loading branch information
guy-har committed Oct 19, 2020
1 parent d56db9e commit 8d333ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const (

MetaStoreType = "metastore.type"
MetaStoreHiveURI = "metastore.hive.uri"
MetastoreGlueCatalogID = "metastore.glue.catalog-id"
MetastoreGlueCatalogID = "metastore.glue.catalog_id"
)

var (
Expand Down Expand Up @@ -327,5 +327,5 @@ func GetMetastoreType() string {
}

func GetFixedInstallationID() string {
return viper.GetString("installation.fixed-id")
return viper.GetString("installation.fixed_id")
}

0 comments on commit 8d333ed

Please sign in to comment.