mirror of
https://github.com/danielmiessler/fabric
synced 2024-11-08 07:11:06 +00:00
fix: Fix YouTube API key env. name
This commit is contained in:
parent
c7f038e41e
commit
9988c5cefc
@ -14,7 +14,7 @@ func NewYouTube() (ret *YouTube) {
|
||||
EnvNamePrefix: common.BuildEnvVariablePrefix(label),
|
||||
}
|
||||
|
||||
ret.ApiKey = ret.AddSetupQuestion("API key", false)
|
||||
ret.ApiKey = ret.AddSetupQuestion("API key", true)
|
||||
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user