Skip to content

Commit

Permalink
Update tdl/main.go
Browse files Browse the repository at this point in the history
Co-authored-by: Miłosz Smółka <milosz.smolka@gmail.com>
  • Loading branch information
roblaszczak and m110 authored Feb 23, 2024
1 parent af34404 commit 2192c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ var app = &cli.App{
Name: "clone",
Usage: "clone solution files to current directory",
ArgsUsage: fmt.Sprintf(
"[executionID from 'Share your solution' in %s]",
"[executionID from 'Share your solution' at %s]",
internal.WebsiteAddress,
),
Action: func(c *cli.Context) error {
Expand Down

0 comments on commit 2192c53

Please sign in to comment.