Skip to content

Commit

Permalink
Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
talal committed Oct 24, 2018
1 parent 2f7b3fc commit e136a0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# v1.0.0 (TBD)
# v1.0.0 (2018-10-24)

Initial release.
2 changes: 1 addition & 1 deletion pkg/cli/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func (data *csvData) writeCSV() {
for _, record := range *data {
var str string
for i, v := range record {
// preceed double-quotes with a double-quote
// precede double-quotes with a double-quote
v = strings.Replace(v, "\"", "\"\"", -1)

// double-quote non-number values
Expand Down

0 comments on commit e136a0c

Please sign in to comment.