Skip to content

Commit

Permalink
Modify config file generation comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandeep Jadoonanan committed Nov 28, 2017
1 parent 4d66260 commit 05f9e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/utils_.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func makeDefaultConfig(filename string) error {

// Build the byte slice to export.
data := []byte{}
data = append(data, []byte(`# This is an autogenerated configuration file for konnect.`)...)
data = append(data, []byte(`# Configuration file for konnect.`)...)
data = append(data, 10, 10)

// Append hosts.
Expand Down

0 comments on commit 05f9e59

Please sign in to comment.