Skip to content

Commit

Permalink
Fix issue where config init --document produced an invalid YAML file (u…
Browse files Browse the repository at this point in the history
  • Loading branch information
bufdev authored Apr 23, 2019
1 parent 4c5040c commit ad69dfa
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
Expand Up @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
- No changes yet.
- Fix issue where `config init --document` produced an invalid YAML file.


## [1.6.0] - 2019-04-05
Expand Down
2 changes: 1 addition & 1 deletion internal/cfginit/cfginit.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ protoc:
{{.V}} name: uber
# Lint directives.
{{.V}}lint:
lint:
# The lint group to use.
# Available groups: "uber1", "uber2", "google", "empty".
# The default group is the "uber1" lint group for backwards compatibility reasons,
Expand Down

0 comments on commit ad69dfa

Please sign in to comment.