fullstorydev / hauser

Service for moving your Fullstory export files to a data warehouse
MIT License
49 stars 23 forks source link

fix for issue https://github.com/fullstorydev/hauser/issues/34 #39

Closed patrick-fs closed 5 years ago

patrick-fs commented 5 years ago

Verified the following values for config.toml/s3/Bucket:

patrick-fs-test/fullstory/ patrick-fs-test/fullstory patrick-fs-test/ patrick-fs-test

jhump commented 5 years ago

@patrick-fs, the CI check that failed was that the code is not properly formatted. Just run gofmt -w -s warehouse in the repo directory and commit and push the resulting change.

patrick-fs commented 5 years ago

@jhump yep! added a semi-colon at the end of a statement.

Old habits die hard :)

I've pushed the change.