Merge pull request #431 from openziti/fix-typo

fix typo
This commit is contained in:
Michael Quigley
2023-10-25 21:58:24 -04:00
committed by GitHub

View File

@@ -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: