Merge branch 'main' into drives_p1

This commit is contained in:
Michael Quigley 2023-10-26 14:12:13 -04:00
commit 7dba185f42
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

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: