diff --git a/alias.go b/alias.go index 0b4e149b..1de77b75 100644 --- a/alias.go +++ b/alias.go @@ -27,8 +27,8 @@ type WithOption = option.Option var ( WithChroot = option.WithChroot WithSnapshot = option.WithSnapshot - WithAlterter = option.WithAlerter - WithNullAlterter = option.WithNullAlerter + WithAlerter = option.WithAlerter + WithNullAlerter = option.WithNullAlerter // match the existing environ variable to minimize surprises WithDisableWarnings = option.WithNullAlerter WithDisableTools = option.WithDisableTools