From 272b923e9150c5f73490973a969142f39d281e07 Mon Sep 17 00:00:00 2001 From: dovholuknf <46322585+dovholuknf@users.noreply.github.com> Date: Wed, 25 Oct 2023 21:19:26 -0400 Subject: [PATCH] fix typo Signed-off-by: dovholuknf <46322585+dovholuknf@users.noreply.github.com> --- cmd/zrok/accessPrivate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/zrok/accessPrivate.go b/cmd/zrok/accessPrivate.go index 3730493e5..e478c8a1a 100644 --- a/cmd/zrok/accessPrivate.go +++ b/cmd/zrok/accessPrivate.go @@ -173,7 +173,7 @@ func (cmd *accessPrivateCommand) run(_ *cobra.Command, args []string) { }() if cmd.headless { - logrus.Infof("access the zrok share at the followind endpoint: %v", endpointUrl.String()) + logrus.Infof("access the zrok share at the following endpoint: %v", endpointUrl.String()) for { select { case req := <-requests: