Unverified Commit 26780ab9 authored by Zain Asgar's avatar Zain Asgar Committed by Copybara
Browse files

Remove period at the end of line making URLs harder to copy/paste

Summary: TSIA

Test Plan: N/A

Reviewers: michelle, vihang

Reviewed By: vihang

Differential Revision: https://phab.corp.pixielabs.ai/D8731

GitOrigin-RevId: a945b68b10761f75d2f0f20aa45d93914baf4ca8
parent 4f084000
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -234,7 +234,7 @@ func createNewCobraCommand() *cobra.Command {
}
b := color.New(color.Bold).Sprint
u := color.New(color.Underline).Sprint
p("\n%s %s: %s.\n", color.CyanString("\n==> "),
p("\n%s %s: %s\n", color.CyanString("\n==> "),
b("Live UI"), u(lvl))
}
},
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment