Skip to content

Commit

Permalink
fix: argo-sever mistype (argoproj#6543)
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Meadows <[email protected]>
  • Loading branch information
Tom Meadows committed Aug 13, 2021
1 parent a57b3ad commit a1a8d44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/argo/commands/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func NewServerCommand() *cobra.Command {
Use: "server",
Short: "start the Argo Server",
Example: fmt.Sprintf(`
See %s`, help.ArgoSever),
See %s`, help.ArgoServer),
RunE: func(c *cobra.Command, args []string) error {
cmd.SetLogFormatter(logFormat)
stats.RegisterStackDumper()
Expand Down
6 changes: 3 additions & 3 deletions util/help/topics.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package help

const (
root = "https://argoproj.github.io/argo-workflows"
ArgoSever = root + "/argo-server.md"
CLI = root + "/cli.md"
root = "https://argoproj.github.io/argo-workflows"
ArgoServer = root + "/argo-server.md"
CLI = root + "/cli.md"

WorkflowTemplates = root + "/workflow-templates.md"
WorkflowTemplatesReferencingOtherTemplates = WorkflowTemplates + "#referencing-other-workflowtemplates"
Expand Down

0 comments on commit a1a8d44

Please sign in to comment.