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
commit 02f1d3f376
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -173,7 +173,7 @@ func (cmd *accessPrivateCommand) run(_ *cobra.Command, args []string) {
}() }()
if cmd.headless { 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 { for {
select { select {
case req := <-requests: case req := <-requests: