From 611c8a69c527b94bd3e2c8c9969a997e118800cd Mon Sep 17 00:00:00 2001 From: GreyXor Date: Tue, 21 Sep 2021 22:53:55 +0200 Subject: [PATCH 1/2] typo: rename withAlterter to withAlerter Signed-off-by: GreyXor --- alias.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alias.go b/alias.go index 0b4e149b..fafa9bbd 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 From 46265d1f61c4686824a462ad10b69232c203a515 Mon Sep 17 00:00:00 2001 From: GreyXor Date: Tue, 21 Sep 2021 22:56:44 +0200 Subject: [PATCH 2/2] typo: reformat variables lines Signed-off-by: GreyXor --- alias.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alias.go b/alias.go index fafa9bbd..1de77b75 100644 --- a/alias.go +++ b/alias.go @@ -27,8 +27,8 @@ type WithOption = option.Option var ( WithChroot = option.WithChroot WithSnapshot = option.WithSnapshot - WithAlerter = option.WithAlerter - WithNullAlerter = option.WithNullAlerter + WithAlerter = option.WithAlerter + WithNullAlerter = option.WithNullAlerter // match the existing environ variable to minimize surprises WithDisableWarnings = option.WithNullAlerter WithDisableTools = option.WithDisableTools