chore: Fix environement->environment typo
This commit is contained in:
parent
43f2dc0c36
commit
1c8baf7db7
|
@ -490,7 +490,7 @@ func (b *Builder) SetHookEnv(hook string, envs map[string]string) *Builder {
|
|||
return b.setHookEnvLocked(hook, envs)
|
||||
}
|
||||
|
||||
// setHookEnvLocked is the implementation of setting hook environemnt variables
|
||||
// setHookEnvLocked is the implementation of setting hook environment variables
|
||||
// and should be called with the lock held
|
||||
func (b *Builder) setHookEnvLocked(hook string, envs map[string]string) *Builder {
|
||||
if _, exists := b.hookEnvs[hook]; !exists {
|
||||
|
|
Loading…
Reference in a new issue