Signed-off-by: dovholuknf <46322585+dovholuknf@users.noreply.github.com>
This commit is contained in:
dovholuknf 2023-10-25 21:19:26 -04:00 committed by GitHub
parent 0f930f70c5
commit 272b923e91
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: