Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesGuthrie committed Oct 16, 2024
1 parent 08b3a79 commit fb448f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/timescaledb-parallel-copy/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func main() {
if truncate { // Remove existing data from the table
err = copier.Truncate()
if err != nil {
log.Printf("failed to trunctate table: %s", err)
log.Printf("failed to truncate table: %s", err)
}
}

Expand Down

0 comments on commit fb448f5

Please sign in to comment.