mirror of
https://github.com/openziti/zrok.git
synced 2025-06-20 01:37:52 +02:00
fix typo
Signed-off-by: dovholuknf <46322585+dovholuknf@users.noreply.github.com>
This commit is contained in:
parent
0f930f70c5
commit
272b923e91
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user