Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thatInfrastructureGuy authored Jan 14, 2021
1 parent e3baa04 commit 5ef8b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ config.S3Bucket = "mybucket"
config.S3Path = "/myfolder/file.csv.gzip"
config.S3Region = "us-west-1"

err := sqltocsvgzip.Upload()
err := config.Upload()
if err != nil {
panic(err)
}
Expand Down

0 comments on commit 5ef8b28

Please sign in to comment.