mirror of
https://code.tvl.fyi/depot.git:/tools/nixery.git
synced 2025-03-14 21:51:52 +00:00
chore: fix env var name in error message
The error message shows the wrong variable name, which might be confusing for new users.
This commit is contained in:
parent
4631dc251d
commit
2a90581cc6
|
@ -70,7 +70,7 @@ func FromEnv() (Config, error) {
|
|||
default:
|
||||
log.WithField("values", []string{
|
||||
"gcs",
|
||||
}).Fatal("NIXERY_STORAGE_BUCKET must be set to a supported value")
|
||||
}).Fatal("NIXERY_STORAGE_BACKEND must be set to a supported value (gcs or filesystem)")
|
||||
}
|
||||
|
||||
return Config{
|
||||
|
|
Loading…
Reference in New Issue
Block a user