Skip to content

Commit ccb20cb

Browse files
committed
Add missing period at end of comment
Signed-off-by: Thomas Stromberg <[email protected]>
1 parent a4c0feb commit ccb20cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lint-install.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ func updateMakefile(root string, cfg Config, dryRun bool) (string, error) {
148148
return fmt.Sprint(change), nil
149149
}
150150

151-
// updateFile updates a configuration file within a project
151+
// updateFile updates a configuration file within a project.
152152
func updateFile(root string, basename string, content []byte, dryRun bool) (string, error) {
153153
dest := filepath.Join(root, basename)
154154
var existing []byte

0 commit comments

Comments
 (0)