Skip to content

Commit

Permalink
need a new build.
Browse files Browse the repository at this point in the history
I forgot to tag the previous PR.

Signed-off-by: quobix <dave@quobix.com>
  • Loading branch information
daveshanley committed Sep 28, 2023
1 parent f59344a commit 49ae58f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/booted_message.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ func bootedMessage(wiretapConfig *shared.WiretapConfiguration) {

pterm.Println()
if wiretapConfig.MockMode {
pterm.Info.Printf("Ⓜ️ wiretap is not proxying any traffic, all responses are %s.\n",
pterm.Info.Printf("Ⓜ️ Mock mode: wiretap is not proxying any traffic, all responses are %s.\n",
pterm.LightMagenta("generated mocks/simulations"))

} else {
pterm.Info.Printf("wiretap is now proxying all traffic to '%s'\n",
pterm.Info.Printf("wiretap is proxying all traffic to '%s'\n",
pterm.LightMagenta(wiretapConfig.RedirectURL))
}

Expand Down

0 comments on commit 49ae58f

Please sign in to comment.