Skip to content

Commit

Permalink
Merge pull request #431 from openziti/fix-typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
michaelquigley authored Oct 26, 2023
2 parents 0f930f7 + 272b923 commit 02f1d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/zrok/accessPrivate.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 02f1d3f

Please sign in to comment.