Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kdudkov committed Oct 20, 2023
1 parent dcc2222 commit 7d21757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/takreplay/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func main() {
}
dmp = &GpxDumper{name: *uid}
default:
fmt.Printf("invalid format %s\n", format)
fmt.Printf("invalid format %s\n", *format)
os.Exit(1)
}

Expand Down

0 comments on commit 7d21757

Please sign in to comment.